#18680A

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

Shades of Green #18680A

Tints of Green #18680A

Color information

#18680A (or 0x18680A) is unknown color: approx Green. HEX triplet: 18, 68 and 0A. RGB value is (24,104,10). Sum of RGB (Red+Green+Blue) = 24+104+10=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #18680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18680A is #E797F5. Grayscale: #454545. Windows color (decimal): -15177718 or 682008. OLE color: 682008.

HSL color Cylindrical-coordinate representation of color #18680A: hue angle of 111.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18680A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB2410410-
CMYK0.7700.900.59
HSL111.06º82.46%22.35%-
HSV(B)111.06º90.38%40.78%-
XYZ5.3810.121.96-
YUV69.3694.595.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 104 (41.02% from 255) = 75.36%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=17.39%
G=75.36%
B=7.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104100.7700.900.59111.0682.4622.35
Hex1868A4D05A3B6f5216
Octal301501211501327315712226
Binary11000110100010101001101010110101110111101111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18680A; }

 p { color: rgb(24,104,10); }

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

<style>
 a { background-color: #18680A; }

 a { background-color: rgb(24,104,10); }

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

<style>
 span { border-color: #18680A; }

 span { border-color: rgb(24,104,10); }

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