#18650C

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

Shades of Green #18650C

Tints of Green #18650C

Color information

#18650C (or 0x18650C) is unknown color: approx Green. HEX triplet: 18, 65 and 0C. RGB value is (24,101,12). Sum of RGB (Red+Green+Blue) = 24+101+12=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #18650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18650C is #E79AF3. Grayscale: #444444. Windows color (decimal): -15178484 or 812312. OLE color: 812312.

HSL color Cylindrical-coordinate representation of color #18650C: hue angle of 111.91º 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 #18650C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB2410112-
CMYK0.7600.880.60
HSL111.91º78.76%22.16%-
HSV(B)111.91º88.12%39.61%-
XYZ5.19.531.92-
YUV67.8396.4996.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 101 (39.84% from 255) = 73.72%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=17.52%
G=73.72%
B=8.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101120.7600.880.60111.9178.7622.16
Hex1865C4C0583C704f16
Octal301451411401307416011726
Binary11000110010111001001100010110001111001110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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