Html Css Color HEX #0CC706 Islamic Green

📋 copy color: '#0CC706'

red 12 ◦ green 199 ◦ blue 6

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

Shades of Islamic Green #0CC706

Tints of Islamic Green #0CC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 91.71%

 BLUE value IS 6 (2.73% from 255) = 2.76%

R = 5.53%
G = 91.71%
B = 2.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#0CC706 (or 0x0CC706) is known color: Islamic Green. HEX triplet: 0C, C7 and 06. RGB value is (12,199,6). Sum of RGB (Red+Green+Blue) = 12+199+6=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 199 (78.12% from 255 or 91.71% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC706 is #F338F9. Grayscale: #797979. Windows color (decimal): -15939834 or 444172. OLE color: 444172.

HSL color Cylindrical-coordinate representation of color #0CC706: hue angle of 118.13º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CC706 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 199 6 -
CMYK 0.94 0 0.97 0.22
HSL 118.13º 0.94% 0.4% -
HSV(B) 118.13º 0.97% 0.78% -
XYZ 20.61 40.94 6.99 -
YUV 121.09 63.05 50.19 -
System Red Green Blue C M Y K H S L
Decimal 12 199 6 0.94 0 0.97 0.22 118.13 0.94 0.4
Hex C C7 6 5E 0 61 16 76 5E 28
Octal 14 307 6 136 0 141 26 166 136 50
Binary 1100 11000111 110 1011110 0 1100001 10110 1110110 1011110 101000

Color Harmonies of #0CC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC706

Black with #0CC706

Text Example


Text Example

White with #0CC706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,199,6); }

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

background-color css

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

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

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

border-color css

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

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

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