#0A8F07

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

Shades of Islamic Green #0A8F07

Tints of Islamic Green #0A8F07

Color information

#0A8F07 (or 0x0A8F07) is unknown color: approx Islamic Green. HEX triplet: 0A, 8F and 07. RGB value is (10,143,7). Sum of RGB (Red+Green+Blue) = 10+143+7=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8F07 is #F570F8. Grayscale: #585858. Windows color (decimal): -16085241 or 495370. OLE color: 495370.

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

Color convert

RGB101437-
CMYK0.9300.950.44
HSL118.68º90.67%29.41%-
HSV(B)118.68º95.1%56.08%-
XYZ9.9919.723.48-
YUV87.7382.4472.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 143 (56.25% from 255) = 89.38%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=6.25%
G=89.38%
B=4.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1014370.9300.950.44118.6890.6729.41
HexA8F75D05F2C775b1d
Octal12217713501375416713335
Binary1010100011111111011101010111111011001110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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