Html Css Color HEX #0CC006 Islamic Green

📋 copy color: '#0CC006'

red 12 ◦ green 192 ◦ blue 6

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

Shades of Islamic Green #0CC006

Tints of Islamic Green #0CC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 91.43%

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

R = 5.71%
G = 91.43%
B = 2.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#0CC006 (or 0x0CC006) is known color: Islamic Green. HEX triplet: 0C, C0 and 06. RGB value is (12,192,6). Sum of RGB (Red+Green+Blue) = 12+192+6=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 192 (75.39% from 255 or 91.43% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC006 is #F33FF9. Grayscale: #757575. Windows color (decimal): -15941626 or 442380. OLE color: 442380.

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

Color convert

RGB 12 192 6 -
CMYK 0.94 0 0.97 0.25
HSL 118.06º 0.94% 0.39% -
HSV(B) 118.06º 0.97% 0.75% -
XYZ 19.03 37.79 6.46 -
YUV 116.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 12 192 6 0.94 0 0.97 0.25 118.06 0.94 0.39
Hex C C0 6 5E 0 61 19 76 5E 27
Octal 14 300 6 136 0 141 31 166 136 47
Binary 1100 11000000 110 1011110 0 1100001 11001 1110110 1011110 100111

Color Harmonies of #0CC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC006

Black with #0CC006

Text Example


Text Example

White with #0CC006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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