#0FAE1A

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

Shades of Islamic Green #0FAE1A

Tints of Islamic Green #0FAE1A

Color information

#0FAE1A (or 0x0FAE1A) is unknown color: approx Islamic Green. HEX triplet: 0F, AE and 1A. RGB value is (15,174,26). Sum of RGB (Red+Green+Blue) = 15+174+26=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE1A is #F051E5. Grayscale: #6E6E6E. Windows color (decimal): -15749606 or 1748495. OLE color: 1748495.

HSL color Cylindrical-coordinate representation of color #0FAE1A: hue angle of 124.15º 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 #0FAE1A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1517426-
CMYK0.9100.850.32
HSL124.15º84.13%37.06%-
HSV(B)124.15º91.38%68.24%-
XYZ15.5230.456.04-
YUV109.5980.8260.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 174 (68.36% from 255) = 80.93%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=6.98%
G=80.93%
B=12.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174260.9100.850.32124.1584.1337.06
HexFAE1A5B055207c5425
Octal172563213301254017412445
Binary1111101011101101010110110101010110000011111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,174,26); }

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

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

 a { background-color: rgb(15,174,26); }

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

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

 span { border-color: rgb(15,174,26); }

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