#1CAC11

Color #1CAC11 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1CAC11

Tints of Forest Green #1CAC11

Color information

#1CAC11 (or 0x1CAC11) is unknown color: approx Forest Green. HEX triplet: 1C, AC and 11. RGB value is (28,172,17). Sum of RGB (Red+Green+Blue) = 28+172+17=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC11 is #E353EE. Grayscale: #6F6F6F. Windows color (decimal): -14898159 or 1158172. OLE color: 1158172.

HSL color Cylindrical-coordinate representation of color #1CAC11: hue angle of 115.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CAC11 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB2817217-
CMYK0.8400.900.33
HSL115.74º82.01%37.06%-
HSV(B)115.74º90.12%67.45%-
XYZ15.3329.795.47-
YUV111.2774.7968.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 172 (67.58% from 255) = 79.26%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=12.90%
G=79.26%
B=7.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172170.8400.900.33115.7482.0137.06
Hex1CAC115405A21745225
Octal342542112401324116412245
Binary11100101011001000110101000101101010000111101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,172,17); }

 H1.HeaderClassName
 {
   color: #1CAC11;
 }
 .AnyTagClassName
 {
   color: #1CAC11;
 }
</style>
background-color css

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

 a { background-color: rgb(28,172,17); }

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

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

 span { border-color: rgb(28,172,17); }

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