Html Css Color HEX #009312 Islamic Green

📋 copy color: '#009312'

red 0 ◦ green 147 ◦ blue 18

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

Shades of Islamic Green #009312

Tints of Islamic Green #009312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 89.09%

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 0%
G = 89.09%
B = 10.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#009312 (or 0x009312) is known color: Islamic Green. HEX triplet: 00, 93 and 12. RGB value is (0,147,18). Sum of RGB (Red+Green+Blue) = 0+147+18=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 147 (57.81% from 255 or 89.09% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 147 - color contains mainly: green. Hex color #009312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009312 is #FF6CED. Grayscale: #585858. Windows color (decimal): -16739566 or 1217280. OLE color: 1217280.

HSL color Cylindrical-coordinate representation of color #009312: hue angle of 127.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009312 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 18 -
CMYK 1 0 0.88 0.42
HSL 127.35º 1% 0.29% -
HSV(B) 127.35º 1% 0.58% -
XYZ 10.54 20.91 4.05 -
YUV 88.34 88.3 64.99 -
System Red Green Blue C M Y K H S L
Decimal 0 147 18 1 0 0.88 0.42 127.35 1 0.29
Hex 0 93 12 64 0 58 2A 7F 64 1D
Octal 0 223 22 144 0 130 52 177 144 35
Binary 0 10010011 10010 1100100 0 1011000 101010 1111111 1100100 11101

Color Harmonies of #009312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009312

Black with #009312

Text Example


Text Example

White with #009312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009312; }

 p { color: rgb(0,147,18); }

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

background-color css

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

 a { background-color: rgb(0,147,18); }

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

border-color css

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

 span { border-color: rgb(0,147,18); }

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