Html Css Color HEX #0C970C Islamic Green

📋 copy color: '#0C970C'

red 12 ◦ green 151 ◦ blue 12

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

Shades of Islamic Green #0C970C

Tints of Islamic Green #0C970C

RGB

 RED value IS 12 (5.08% from 255) = 6.86%

 GREEN value IS 151 (59.38% from 255) = 86.29%

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

R = 6.86%
G = 86.29%
B = 6.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#0C970C (or 0x0C970C) is known color: Islamic Green. HEX triplet: 0C, 97 and 0C. RGB value is (12,151,12). Sum of RGB (Red+Green+Blue) = 12+151+12=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 151 (59.38% from 255 or 86.29% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 151 - color contains mainly: green. Hex color #0C970C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C970C is #F368F3. Grayscale: #5E5E5E. Windows color (decimal): -15952116 or 825100. OLE color: 825100.

HSL color Cylindrical-coordinate representation of color #0C970C: hue angle of 120º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C970C is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 151 12 -
CMYK 0.92 0 0.92 0.41
HSL 120º 0.85% 0.32% -
HSV(B) 120º 0.92% 0.59% -
XYZ 11.28 22.24 4.05 -
YUV 93.59 81.95 69.8 -
System Red Green Blue C M Y K H S L
Decimal 12 151 12 0.92 0 0.92 0.41 120 0.85 0.32
Hex C 97 C 5C 0 5C 29 78 55 20
Octal 14 227 14 134 0 134 51 170 125 40
Binary 1100 10010111 1100 1011100 0 1011100 101001 1111000 1010101 100000

Color Harmonies of #0C970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C970C

Black with #0C970C

Text Example


Text Example

White with #0C970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C970C; }

 p { color: rgb(12,151,12); }

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

background-color css

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

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

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

border-color css

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

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

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