#0A8B07

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

Shades of Green #0A8B07

Tints of Green #0A8B07

Color information

#0A8B07 (or 0x0A8B07) is unknown color: approx Green. HEX triplet: 0A, 8B and 07. RGB value is (10,139,7). Sum of RGB (Red+Green+Blue) = 10+139+7=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 139 (54.69% from 255 or 89.10% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8B07 is #F574F8. Grayscale: #555555. Windows color (decimal): -16086265 or 494346. OLE color: 494346.

HSL color Cylindrical-coordinate representation of color #0A8B07: hue angle of 118.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8B07 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB101397-
CMYK0.9300.950.45
HSL118.64º90.41%28.63%-
HSV(B)118.64º94.96%54.51%-
XYZ9.418.553.29-
YUV85.3883.7674.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 139 (54.69% from 255) = 89.10%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=6.41%
G=89.10%
B=4.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1013970.9300.950.45118.6490.4128.63
HexA8B75D05F2D775a1d
Octal12213713501375516713235
Binary1010100010111111011101010111111011011110111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,139,7); }

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

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

 a { background-color: rgb(10,139,7); }

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

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

 span { border-color: rgb(10,139,7); }

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