Html Css Color HEX #1CA15F Eucalyptus

📋 copy color: '#1CA15F'

red 28 ◦ green 161 ◦ blue 95

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

Shades of Eucalyptus #1CA15F

Tints of Eucalyptus #1CA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.69%

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 9.86%
G = 56.69%
B = 33.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#1CA15F (or 0x1CA15F) is known color: Eucalyptus. HEX triplet: 1C, A1 and 5F. RGB value is (28,161,95). Sum of RGB (Red+Green+Blue) = 28+161+95=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA15F is #E35EA0. Grayscale: #717171. Windows color (decimal): -14900897 or 6267164. OLE color: 6267164.

HSL color Cylindrical-coordinate representation of color #1CA15F: hue angle of 150.23º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA15F is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 161 95 -
CMYK 0.83 0 0.41 0.37
HSL 150.23º 0.7% 0.37% -
HSV(B) 150.23º 0.83% 0.63% -
XYZ 15.29 26.56 15.15 -
YUV 113.71 117.44 66.87 -
System Red Green Blue C M Y K H S L
Decimal 28 161 95 0.83 0 0.41 0.37 150.23 0.7 0.37
Hex 1C A1 5F 53 0 29 25 96 46 25
Octal 34 241 137 123 0 51 45 226 106 45
Binary 11100 10100001 1011111 1010011 0 101001 100101 10010110 1000110 100101

Color Harmonies of #1CA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA15F

Black with #1CA15F

Text Example


Text Example

White with #1CA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,161,95); }

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

background-color css

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

 a { background-color: rgb(28,161,95); }

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

border-color css

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

 span { border-color: rgb(28,161,95); }

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