Html Css Color HEX #009914 Islamic Green

📋 copy color: '#009914'

red 0 ◦ green 153 ◦ blue 20

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

Shades of Islamic Green #009914

Tints of Islamic Green #009914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 88.44%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 0%
G = 88.44%
B = 11.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#009914 (or 0x009914) is known color: Islamic Green. HEX triplet: 00, 99 and 14. RGB value is (0,153,20). Sum of RGB (Red+Green+Blue) = 0+153+20=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #009914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009914 is #FF66EB. Grayscale: #5C5C5C. Windows color (decimal): -16738028 or 1349888. OLE color: 1349888.

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

Color convert

RGB 0 153 20 -
CMYK 1 0 0.87 0.4
HSL 127.84º 1% 0.3% -
HSV(B) 127.84º 1% 0.6% -
XYZ 11.52 22.83 4.46 -
YUV 92.09 87.31 62.31 -
System Red Green Blue C M Y K H S L
Decimal 0 153 20 1 0 0.87 0.4 127.84 1 0.3
Hex 0 99 14 64 0 57 28 80 64 1E
Octal 0 231 24 144 0 127 50 200 144 36
Binary 0 10011001 10100 1100100 0 1010111 101000 10000000 1100100 11110

Color Harmonies of #009914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009914

Black with #009914

Text Example


Text Example

White with #009914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009914; }

 p { color: rgb(0,153,20); }

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

background-color css

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

 a { background-color: rgb(0,153,20); }

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

border-color css

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

 span { border-color: rgb(0,153,20); }

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