#18660C

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

Shades of Green #18660C

Tints of Green #18660C

Color information

#18660C (or 0x18660C) is unknown color: approx Green. HEX triplet: 18, 66 and 0C. RGB value is (24,102,12). Sum of RGB (Red+Green+Blue) = 24+102+12=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #18660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18660C is #E799F3. Grayscale: #444444. Windows color (decimal): -15178228 or 812568. OLE color: 812568.

HSL color Cylindrical-coordinate representation of color #18660C: hue angle of 112º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18660C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB2410212-
CMYK0.7600.880.6
HSL112º78.95%22.35%-
HSV(B)112º88.24%40%-
XYZ5.199.721.95-
YUV68.4296.1696.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=17.39%
G=73.91%
B=8.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102120.7600.880.611278.9522.35
Hex1866C4C0583C704f16
Octal301461411401307416011726
Binary11000110011011001001100010110001111001110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18660C; }

 p { color: rgb(24,102,12); }

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

<style>
 a { background-color: #18660C; }

 a { background-color: rgb(24,102,12); }

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

<style>
 span { border-color: #18660C; }

 span { border-color: rgb(24,102,12); }

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