#0F920A

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

Shades of Islamic Green #0F920A

Tints of Islamic Green #0F920A

Color information

#0F920A (or 0x0F920A) is unknown color: approx Islamic Green. HEX triplet: 0F, 92 and 0A. RGB value is (15,146,10). Sum of RGB (Red+Green+Blue) = 15+146+10=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 146 (57.42% from 255 or 85.38% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 146 - color contains mainly: green. Hex color #0F920A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F920A is #F06DF5. Grayscale: #5B5B5B. Windows color (decimal): -15756790 or 692751. OLE color: 692751.

HSL color Cylindrical-coordinate representation of color #0F920A: hue angle of 117.79º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F920A is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1514610-
CMYK0.9000.930.43
HSL117.79º87.18%30.59%-
HSV(B)117.79º93.15%57.25%-
XYZ10.5320.683.72-
YUV91.3382.173.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 146 (57.42% from 255) = 85.38%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=8.77%
G=85.38%
B=5.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15146100.9000.930.43117.7987.1830.59
HexF92A5A05D2B76571f
Octal172221213201355316612737
Binary11111001001010101011010010111011010111110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,146,10); }

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

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

 a { background-color: rgb(15,146,10); }

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

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

 span { border-color: rgb(15,146,10); }

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