#0A840C

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

Shades of Green #0A840C

Tints of Green #0A840C

Color information

#0A840C (or 0x0A840C) is unknown color: approx Green. HEX triplet: 0A, 84 and 0C. RGB value is (10,132,12). Sum of RGB (Red+Green+Blue) = 10+132+12=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #0A840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A840C is #F57BF3. Grayscale: #525252. Windows color (decimal): -16088052 or 820234. OLE color: 820234.

HSL color Cylindrical-coordinate representation of color #0A840C: hue angle of 120.98º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A840C is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1013212-
CMYK0.9200.910.48
HSL120.98º85.92%27.84%-
HSV(B)120.98º92.42%51.76%-
XYZ8.4416.593.11-
YUV81.8488.5876.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 132 (51.95% from 255) = 85.71%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=6.49%
G=85.71%
B=7.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10132120.9200.910.48120.9885.9227.84
HexA84C5C05B3079561c
Octal122041413401336017112634
Binary10101000010011001011100010110111100001111001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A840C; }

 p { color: rgb(10,132,12); }

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

<style>
 a { background-color: #0A840C; }

 a { background-color: rgb(10,132,12); }

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

<style>
 span { border-color: #0A840C; }

 span { border-color: rgb(10,132,12); }

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