#18690F

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

Shades of Green #18690F

Tints of Green #18690F

Color information

#18690F (or 0x18690F) is unknown color: approx Green. HEX triplet: 18, 69 and 0F. RGB value is (24,105,15). Sum of RGB (Red+Green+Blue) = 24+105+15=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #18690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18690F is #E796F0. Grayscale: #464646. Windows color (decimal): -15177457 or 1009944. OLE color: 1009944.

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

Color convert

RGB2410515-
CMYK0.7700.860.59
HSL114º75%23.53%-
HSV(B)114º85.71%41.18%-
XYZ5.5110.332.16-
YUV70.5296.6694.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 105 (41.41% from 255) = 72.92%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=16.67%
G=72.92%
B=10.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105150.7700.860.591147523.53
Hex1869F4D0563B724b18
Octal301511711501267316211330
Binary11000110100111111001101010101101110111110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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