#0FAA1B

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

Shades of Islamic Green #0FAA1B

Tints of Islamic Green #0FAA1B

Color information

#0FAA1B (or 0x0FAA1B) is unknown color: approx Islamic Green. HEX triplet: 0F, AA and 1B. RGB value is (15,170,27). Sum of RGB (Red+Green+Blue) = 15+170+27=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA1B is #F055E4. Grayscale: #6B6B6B. Windows color (decimal): -15750629 or 1813007. OLE color: 1813007.

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

Color convert

RGB1517027-
CMYK0.9100.840.33
HSL124.65º83.78%36.27%-
HSV(B)124.65º91.18%66.67%-
XYZ14.7728.935.84-
YUV107.3582.6562.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 170 (66.80% from 255) = 80.19%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=7.08%
G=80.19%
B=12.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170270.9100.840.33124.6583.7836.27
HexFAA1B5B054217d5424
Octal172523313301244117512444
Binary1111101010101101110110110101010010000111111011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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