Html Css Color HEX #009C0C Islamic Green

📋 copy color: '#009C0C'

red 0 ◦ green 156 ◦ blue 12

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

Shades of Islamic Green #009C0C

Tints of Islamic Green #009C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 0%
G = 92.86%
B = 7.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#009C0C (or 0x009C0C) is known color: Islamic Green. HEX triplet: 00, 9C and 0C. RGB value is (0,156,12). Sum of RGB (Red+Green+Blue) = 0+156+12=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 156 (61.33% from 255 or 92.86% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0C is #FF63F3. Grayscale: #5D5D5D. Windows color (decimal): -16737268 or 826368. OLE color: 826368.

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

Color convert

RGB 0 156 12 -
CMYK 1 0 0.92 0.39
HSL 124.62º 1% 0.31% -
HSV(B) 124.62º 1% 0.61% -
XYZ 11.95 23.8 4.31 -
YUV 92.94 82.32 61.71 -
System Red Green Blue C M Y K H S L
Decimal 0 156 12 1 0 0.92 0.39 124.62 1 0.31
Hex 0 9C C 64 0 5C 27 7D 64 1F
Octal 0 234 14 144 0 134 47 175 144 37
Binary 0 10011100 1100 1100100 0 1011100 100111 1111101 1100100 11111

Color Harmonies of #009C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C0C

Black with #009C0C

Text Example


Text Example

White with #009C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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