#15A80F

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

Shades of Islamic Green #15A80F

Tints of Islamic Green #15A80F

Color information

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

HSL color Cylindrical-coordinate representation of color #15A80F: hue angle of 117.65º 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 #15A80F is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB2116815-
CMYK0.8800.910.34
HSL117.65º83.61%35.88%-
HSV(B)117.65º91.07%65.88%-
XYZ14.428.25.14-
YUV106.676.366.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21168150.8800.910.34117.6583.6135.88
Hex15A8F5805B22765424
Octal252501713001334216612444
Binary1010110101000111110110000101101110001011101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A80F; }

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

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

<style>
 a { background-color: #15A80F; }

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

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

<style>
 span { border-color: #15A80F; }

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

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