#15A70C

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

Shades of Islamic Green #15A70C

Tints of Islamic Green #15A70C

Color information

#15A70C (or 0x15A70C) is unknown color: approx Islamic Green. HEX triplet: 15, A7 and 0C. RGB value is (21,167,12). Sum of RGB (Red+Green+Blue) = 21+167+12=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 167 (65.62% from 255 or 83.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 167 - color contains mainly: green. Hex color #15A70C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15A70C is #EA58F3. Grayscale: #6A6A6A. Windows color (decimal): -15358196 or 829205. OLE color: 829205.

HSL color Cylindrical-coordinate representation of color #15A70C: hue angle of 116.52º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15A70C is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB2116712-
CMYK0.8700.930.35
HSL116.52º86.59%35.1%-
HSV(B)116.52º92.81%65.49%-
XYZ14.1927.824.97-
YUV105.6875.1367.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 167 (65.62% from 255) = 83.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=10.5%
G=83.5%
B=6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21167120.8700.930.35116.5286.5935.1
Hex15A7C5705D23755723
Octal252471412701354316512743
Binary1010110100111110010101110101110110001111101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,167,12); }

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

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

 a { background-color: rgb(21,167,12); }

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

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

 span { border-color: rgb(21,167,12); }

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