Html Css Color HEX #009013 Islamic Green

📋 copy color: '#009013'

red 0 ◦ green 144 ◦ blue 19

#009013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #009013

Tints of Islamic Green #009013

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 144 (56.64% from 255) = 88.34%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 0%
G = 88.34%
B = 11.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#009013 (or 0x009013) is known color: Islamic Green. HEX triplet: 00, 90 and 13. RGB value is (0,144,19). Sum of RGB (Red+Green+Blue) = 0+144+19=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 144 (56.64% from 255 or 88.34% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 144 - color contains mainly: green. Hex color #009013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009013 is #FF6FEC. Grayscale: #575757. Windows color (decimal): -16740333 or 1282048. OLE color: 1282048.

HSL color Cylindrical-coordinate representation of color #009013: hue angle of 127.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009013 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 19 -
CMYK 1 0 0.87 0.44
HSL 127.92º 1% 0.28% -
HSV(B) 127.92º 1% 0.56% -
XYZ 10.09 19.99 3.94 -
YUV 86.69 89.79 66.16 -
System Red Green Blue C M Y K H S L
Decimal 0 144 19 1 0 0.87 0.44 127.92 1 0.28
Hex 0 90 13 64 0 57 2C 80 64 1C
Octal 0 220 23 144 0 127 54 200 144 34
Binary 0 10010000 10011 1100100 0 1010111 101100 10000000 1100100 11100

Color Harmonies of #009013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009013

Black with #009013

Text Example


Text Example

White with #009013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009013; }

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

 H1.HeaderClassName
 {
   color: #009013;
 }
 .AnyTagClassName
 {
   color: #009013;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #009013;
 }
 .BgClassName
 {
   background-color: #009013;
 }
</style>

border-color css

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

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

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