#0FAD19

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

Shades of Islamic Green #0FAD19

Tints of Islamic Green #0FAD19

Color information

#0FAD19 (or 0x0FAD19) is unknown color: approx Islamic Green. HEX triplet: 0F, AD and 19. RGB value is (15,173,25). Sum of RGB (Red+Green+Blue) = 15+173+25=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD19 is #F052E6. Grayscale: #6D6D6D. Windows color (decimal): -15749863 or 1682703. OLE color: 1682703.

HSL color Cylindrical-coordinate representation of color #0FAD19: hue angle of 123.8º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD19 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1517325-
CMYK0.9100.860.32
HSL123.8º84.04%36.86%-
HSV(B)123.8º91.33%67.84%-
XYZ15.3230.065.91-
YUV108.8980.6561.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 173 (67.97% from 255) = 81.22%
BLUE value IS 25 (10.16% from 255) = 11.74%
R=7.04%
G=81.22%
B=11.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15173250.9100.860.32123.884.0436.86
HexFAD195B056207c5425
Octal172553113301264017412445
Binary1111101011011100110110110101011010000011111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,173,25); }

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

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

 a { background-color: rgb(15,173,25); }

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

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

 span { border-color: rgb(15,173,25); }

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