Html Css Color HEX #1CA965 Eucalyptus

📋 copy color: '#1CA965'

red 28 ◦ green 169 ◦ blue 101

#1CA965
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #1CA965

Tints of Eucalyptus #1CA965

RGB

 RED value IS 28 (11.33% from 255) = 9.4%

 GREEN value IS 169 (66.41% from 255) = 56.71%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 9.4%
G = 56.71%
B = 33.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1CA965 (or 0x1CA965) is known color: Eucalyptus. HEX triplet: 1C, A9 and 65. RGB value is (28,169,101). Sum of RGB (Red+Green+Blue) = 28+169+101=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA965 is #E3569A. Grayscale: #777777. Windows color (decimal): -14898843 or 6662428. OLE color: 6662428.

HSL color Cylindrical-coordinate representation of color #1CA965: hue angle of 151.06º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA965 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 101 -
CMYK 0.83 0 0.40 0.34
HSL 151.06º 0.72% 0.39% -
HSV(B) 151.06º 0.83% 0.66% -
XYZ 17.02 29.56 17.12 -
YUV 119.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 28 169 101 0.83 0 0.40 0.34 151.06 0.72 0.39
Hex 1C A9 65 53 0 28 22 97 48 27
Octal 34 251 145 123 0 50 42 227 110 47
Binary 11100 10101001 1100101 1010011 0 101000 100010 10010111 1001000 100111

Color Harmonies of #1CA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA965

Black with #1CA965

Text Example


Text Example

White with #1CA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CA965; }

 p { color: rgb(28,169,101); }

 H1.HeaderClassName
 {
   color: #1CA965;
 }
 .AnyTagClassName
 {
   color: #1CA965;
 }
</style>

background-color css

<style>
 a { background-color: #1CA965; }

 a { background-color: rgb(28,169,101); }

 div.DivClassName
 {
   background-color: #1CA965;
 }
 .BgClassName
 {
   background-color: #1CA965;
 }
</style>

border-color css

<style>
 span { border-color: #1CA965; }

 span { border-color: rgb(28,169,101); }

 td.TdClassName
 {
   border-color: #1CA965;
 }
 .TagClassName
 {
   border-color: #1CA965;
 }
</style>