Html Css Color HEX #009C0E Islamic Green

📋 copy color: '#009C0E'

red 0 ◦ green 156 ◦ blue 14

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

Shades of Islamic Green #009C0E

Tints of Islamic Green #009C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 91.76%

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 0%
G = 91.76%
B = 8.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#009C0E (or 0x009C0E) is known color: Islamic Green. HEX triplet: 00, 9C and 0E. RGB value is (0,156,14). Sum of RGB (Red+Green+Blue) = 0+156+14=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 156 (61.33% from 255 or 91.76% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0E is #FF63F1. Grayscale: #5D5D5D. Windows color (decimal): -16737266 or 957440. OLE color: 957440.

HSL color Cylindrical-coordinate representation of color #009C0E: hue angle of 125.38º 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 #009C0E is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 14 -
CMYK 1 0 0.91 0.39
HSL 125.38º 1% 0.31% -
HSV(B) 125.38º 1% 0.61% -
XYZ 11.97 23.81 4.38 -
YUV 93.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 0 156 14 1 0 0.91 0.39 125.38 1 0.31
Hex 0 9C E 64 0 5B 27 7D 64 1F
Octal 0 234 16 144 0 133 47 175 144 37
Binary 0 10011100 1110 1100100 0 1011011 100111 1111101 1100100 11111

Color Harmonies of #009C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C0E

Black with #009C0E

Text Example


Text Example

White with #009C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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