#18690C

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

Shades of Green #18690C

Tints of Green #18690C

Color information

#18690C (or 0x18690C) is unknown color: approx Green. HEX triplet: 18, 69 and 0C. RGB value is (24,105,12). Sum of RGB (Red+Green+Blue) = 24+105+12=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #18690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18690C is #E796F3. Grayscale: #464646. Windows color (decimal): -15177460 or 813336. OLE color: 813336.

HSL color Cylindrical-coordinate representation of color #18690C: hue angle of 112.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18690C is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB2410512-
CMYK0.7700.890.59
HSL112.26º79.49%22.94%-
HSV(B)112.26º88.57%41.18%-
XYZ5.4910.322.05-
YUV70.1895.1695.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=17.02%
G=74.47%
B=8.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105120.7700.890.59112.2679.4922.94
Hex1869C4D0593B704f17
Octal301511411501317316011727
Binary11000110100111001001101010110011110111110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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