Html Css Color HEX #1CAF5E Eucalyptus

📋 copy color: '#1CAF5E'

red 28 ◦ green 175 ◦ blue 94

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

Shades of Eucalyptus #1CAF5E

Tints of Eucalyptus #1CAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.92%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 9.43%
G = 58.92%
B = 31.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#1CAF5E (or 0x1CAF5E) is known color: Eucalyptus. HEX triplet: 1C, AF and 5E. RGB value is (28,175,94). Sum of RGB (Red+Green+Blue) = 28+175+94=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF5E is #E350A1. Grayscale: #797979. Windows color (decimal): -14897314 or 6205212. OLE color: 6205212.

HSL color Cylindrical-coordinate representation of color #1CAF5E: hue angle of 146.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF5E is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 94 -
CMYK 0.84 0 0.46 0.31
HSL 146.94º 0.72% 0.4% -
HSV(B) 146.94º 0.84% 0.69% -
XYZ 17.83 31.71 15.77 -
YUV 121.81 112.3 61.09 -
System Red Green Blue C M Y K H S L
Decimal 28 175 94 0.84 0 0.46 0.31 146.94 0.72 0.4
Hex 1C AF 5E 54 0 2E 1F 93 48 28
Octal 34 257 136 124 0 56 37 223 110 50
Binary 11100 10101111 1011110 1010100 0 101110 11111 10010011 1001000 101000

Color Harmonies of #1CAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF5E

Black with #1CAF5E

Text Example


Text Example

White with #1CAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,94); }

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

background-color css

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

 a { background-color: rgb(28,175,94); }

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

border-color css

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

 span { border-color: rgb(28,175,94); }

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