#0FAE1B

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

Shades of Islamic Green #0FAE1B

Tints of Islamic Green #0FAE1B

Color information

#0FAE1B (or 0x0FAE1B) is unknown color: approx Islamic Green. HEX triplet: 0F, AE and 1B. RGB value is (15,174,27). Sum of RGB (Red+Green+Blue) = 15+174+27=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 174 (68.36% from 255 or 80.56% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE1B is #F051E4. Grayscale: #6E6E6E. Windows color (decimal): -15749605 or 1814031. OLE color: 1814031.

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

Color convert

RGB1517427-
CMYK0.9100.840.32
HSL124.53º84.13%37.06%-
HSV(B)124.53º91.38%68.24%-
XYZ15.5330.456.1-
YUV109.781.3260.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 174 (68.36% from 255) = 80.56%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=6.94%
G=80.56%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174270.9100.840.32124.5384.1337.06
HexFAE1B5B054207d5425
Octal172563313301244017512445
Binary1111101011101101110110110101010010000011111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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