#18760C

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

Shades of Green #18760C

Tints of Green #18760C

Color information

#18760C (or 0x18760C) is unknown color: approx Green. HEX triplet: 18, 76 and 0C. RGB value is (24,118,12). Sum of RGB (Red+Green+Blue) = 24+118+12=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #18760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18760C is #E789F3. Grayscale: #4E4E4E. Windows color (decimal): -15174132 or 816664. OLE color: 816664.

HSL color Cylindrical-coordinate representation of color #18760C: hue angle of 113.21º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18760C is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB2411812-
CMYK0.8000.900.54
HSL113.21º81.54%25.49%-
HSV(B)113.21º89.83%46.27%-
XYZ6.9213.182.53-
YUV77.8190.8689.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 118 (46.48% from 255) = 76.62%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=15.58%
G=76.62%
B=7.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118120.8000.900.54113.2181.5425.49
Hex1876C5005A36715219
Octal301661412001326616112231
Binary11000111011011001010000010110101101101110001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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