#0A8914

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

Shades of Green #0A8914

Tints of Green #0A8914

Color information

#0A8914 (or 0x0A8914) is unknown color: approx Green. HEX triplet: 0A, 89 and 14. RGB value is (10,137,20). Sum of RGB (Red+Green+Blue) = 10+137+20=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8914 is #F576EB. Grayscale: #565656. Windows color (decimal): -16086764 or 1345802. OLE color: 1345802.

HSL color Cylindrical-coordinate representation of color #0A8914: hue angle of 124.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8914 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1013720-
CMYK0.9300.850.46
HSL124.72º86.39%28.82%-
HSV(B)124.72º92.7%53.73%-
XYZ9.218.013.65-
YUV85.6990.9274.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 137 (53.91% from 255) = 82.04%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=5.99%
G=82.04%
B=11.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137200.9300.850.46124.7286.3928.82
HexA89145D0552E7d561d
Octal122112413501255617512635
Binary101010001001101001011101010101011011101111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,20); }

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

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

 a { background-color: rgb(10,137,20); }

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

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

 span { border-color: rgb(10,137,20); }

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