#18660B

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

Shades of Green #18660B

Tints of Green #18660B

Color information

#18660B (or 0x18660B) is unknown color: approx Green. HEX triplet: 18, 66 and 0B. RGB value is (24,102,11). Sum of RGB (Red+Green+Blue) = 24+102+11=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #18660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18660B is #E799F4. Grayscale: #444444. Windows color (decimal): -15178229 or 747032. OLE color: 747032.

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

Color convert

RGB2410211-
CMYK0.7600.890.6
HSL111.43º80.53%22.16%-
HSV(B)111.43º89.22%40%-
XYZ5.199.721.92-
YUV68.395.6696.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=17.52%
G=74.45%
B=8.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102110.7600.890.6111.4380.5322.16
Hex1866B4C0593C6f5116
Octal301461311401317415712126
Binary11000110011010111001100010110011111001101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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