Html Css Color HEX #0CC506 Islamic Green

📋 copy color: '#0CC506'

red 12 ◦ green 197 ◦ blue 6

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

Shades of Islamic Green #0CC506

Tints of Islamic Green #0CC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 91.63%

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

R = 5.58%
G = 91.63%
B = 2.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#0CC506 (or 0x0CC506) is known color: Islamic Green. HEX triplet: 0C, C5 and 06. RGB value is (12,197,6). Sum of RGB (Red+Green+Blue) = 12+197+6=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 197 (77.34% from 255 or 91.63% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC506 is #F33AF9. Grayscale: #787878. Windows color (decimal): -15940346 or 443660. OLE color: 443660.

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

Color convert

RGB 12 197 6 -
CMYK 0.94 0 0.97 0.23
HSL 118.12º 0.94% 0.4% -
HSV(B) 118.12º 0.97% 0.77% -
XYZ 20.15 40.02 6.84 -
YUV 119.91 63.71 51.03 -
System Red Green Blue C M Y K H S L
Decimal 12 197 6 0.94 0 0.97 0.23 118.12 0.94 0.4
Hex C C5 6 5E 0 61 17 76 5E 28
Octal 14 305 6 136 0 141 27 166 136 50
Binary 1100 11000101 110 1011110 0 1100001 10111 1110110 1011110 101000

Color Harmonies of #0CC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC506

Black with #0CC506

Text Example


Text Example

White with #0CC506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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