Html Css Color HEX #009C0A Islamic Green

📋 copy color: '#009C0A'

red 0 ◦ green 156 ◦ blue 10

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

Shades of Islamic Green #009C0A

Tints of Islamic Green #009C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 0%
G = 93.98%
B = 6.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#009C0A (or 0x009C0A) is known color: Islamic Green. HEX triplet: 00, 9C and 0A. RGB value is (0,156,10). Sum of RGB (Red+Green+Blue) = 0+156+10=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 156 (61.33% from 255 or 93.98% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0A is #FF63F5. Grayscale: #5D5D5D. Windows color (decimal): -16737270 or 695296. OLE color: 695296.

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

Color convert

RGB 0 156 10 -
CMYK 1 0 0.94 0.39
HSL 123.85º 1% 0.31% -
HSV(B) 123.85º 1% 0.61% -
XYZ 11.94 23.8 4.25 -
YUV 92.71 81.32 61.87 -
System Red Green Blue C M Y K H S L
Decimal 0 156 10 1 0 0.94 0.39 123.85 1 0.31
Hex 0 9C A 64 0 5E 27 7C 64 1F
Octal 0 234 12 144 0 136 47 174 144 37
Binary 0 10011100 1010 1100100 0 1011110 100111 1111100 1100100 11111

Color Harmonies of #009C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C0A

Black with #009C0A

Text Example


Text Example

White with #009C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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