#009C13

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

Shades of Islamic Green #009C13

Tints of Islamic Green #009C13

Color information

#009C13 (or 0x009C13) is unknown color: approx Islamic Green. HEX triplet: 00, 9C and 13. RGB value is (0,156,19). Sum of RGB (Red+Green+Blue) = 0+156+19=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 156 (61.33% from 255 or 89.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 156 - color contains mainly: green. Hex color #009C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C13 is #FF63EC. Grayscale: #5E5E5E. Windows color (decimal): -16737261 or 1285120. OLE color: 1285120.

HSL color Cylindrical-coordinate representation of color #009C13: hue angle of 127.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C13 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB015619-
CMYK100.880.39
HSL127.31º100%30.59%-
HSV(B)127.31º100%61.18%-
XYZ12.0123.824.58-
YUV93.7485.8261.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 89.14%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=0%
G=89.14%
B=10.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015619100.880.39127.3110030.59
Hex09C1364058277f641f
Octal02342314401304717714437
Binary010011100100111100100010110001001111111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009C13; }

 p { color: rgb(0,156,19); }

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

<style>
 a { background-color: #009C13; }

 a { background-color: rgb(0,156,19); }

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

<style>
 span { border-color: #009C13; }

 span { border-color: rgb(0,156,19); }

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