#0FA815

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

Shades of Islamic Green #0FA815

Tints of Islamic Green #0FA815

Color information

#0FA815 (or 0x0FA815) is unknown color: approx Islamic Green. HEX triplet: 0F, A8 and 15. RGB value is (15,168,21). Sum of RGB (Red+Green+Blue) = 15+168+21=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 168 (66.02% from 255 or 82.35% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA815 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA815 is #F057EA. Grayscale: #696969. Windows color (decimal): -15751147 or 1419279. OLE color: 1419279.

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

Color convert

RGB1516821-
CMYK0.9100.880.34
HSL122.35º83.61%35.88%-
HSV(B)122.35º91.07%65.88%-
XYZ14.3328.165.39-
YUV105.580.3163.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 168 (66.02% from 255) = 82.35%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=7.35%
G=82.35%
B=10.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15168210.9100.880.34122.3583.6135.88
HexFA8155B058227a5424
Octal172502513301304217212444
Binary1111101010001010110110110101100010001011110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,168,21); }

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

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

 a { background-color: rgb(15,168,21); }

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

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

 span { border-color: rgb(15,168,21); }

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