#0FA308

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

Shades of Islamic Green #0FA308

Tints of Islamic Green #0FA308

Color information

#0FA308 (or 0x0FA308) is unknown color: approx Islamic Green. HEX triplet: 0F, A3 and 08. RGB value is (15,163,8). Sum of RGB (Red+Green+Blue) = 15+163+8=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 163 (64.06% from 255 or 87.63% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA308 is #F05CF7. Grayscale: #656565. Windows color (decimal): -15752440 or 566031. OLE color: 566031.

HSL color Cylindrical-coordinate representation of color #0FA308: hue angle of 117.29º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FA308 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB151638-
CMYK0.9100.950.36
HSL117.29º90.64%33.53%-
HSV(B)117.29º95.09%63.92%-
XYZ13.3426.314.61-
YUV101.0875.4766.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 163 (64.06% from 255) = 87.63%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=8.06%
G=87.63%
B=4.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1516380.9100.950.36117.2990.6433.53
HexFA385B05F24755b22
Octal172431013301374416513342
Binary111110100011100010110110101111110010011101011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,8); }

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

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

 a { background-color: rgb(15,163,8); }

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

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

 span { border-color: rgb(15,163,8); }

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