Html Css Color HEX #0CC010 Islamic Green

📋 copy color: '#0CC010'

red 12 ◦ green 192 ◦ blue 16

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

Shades of Islamic Green #0CC010

Tints of Islamic Green #0CC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 5.45%
G = 87.27%
B = 7.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#0CC010 (or 0x0CC010) is known color: Islamic Green. HEX triplet: 0C, C0 and 10. RGB value is (12,192,16). Sum of RGB (Red+Green+Blue) = 12+192+16=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC010 is #F33FEF. Grayscale: #767676. Windows color (decimal): -15941616 or 1097740. OLE color: 1097740.

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

Color convert

RGB 12 192 16 -
CMYK 0.94 0 0.92 0.25
HSL 121.33º 0.88% 0.4% -
HSV(B) 121.33º 0.94% 0.75% -
XYZ 19.09 37.81 6.78 -
YUV 118.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 12 192 16 0.94 0 0.92 0.25 121.33 0.88 0.4
Hex C C0 10 5E 0 5C 19 79 58 28
Octal 14 300 20 136 0 134 31 171 130 50
Binary 1100 11000000 10000 1011110 0 1011100 11001 1111001 1011000 101000

Color Harmonies of #0CC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC010

Black with #0CC010

Text Example


Text Example

White with #0CC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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