Html Css Color HEX #0CC110 Islamic Green

📋 copy color: '#0CC110'

red 12 ◦ green 193 ◦ blue 16

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

Shades of Islamic Green #0CC110

Tints of Islamic Green #0CC110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 87.33%

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

R = 5.43%
G = 87.33%
B = 7.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0CC110 (or 0x0CC110) is known color: Islamic Green. HEX triplet: 0C, C1 and 10. RGB value is (12,193,16). Sum of RGB (Red+Green+Blue) = 12+193+16=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 193 (75.78% from 255 or 87.33% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC110 is #F33EEF. Grayscale: #777777. Windows color (decimal): -15941360 or 1097996. OLE color: 1097996.

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

Color convert

RGB 12 193 16 -
CMYK 0.94 0 0.92 0.24
HSL 121.33º 0.88% 0.4% -
HSV(B) 121.33º 0.94% 0.76% -
XYZ 19.32 38.26 6.86 -
YUV 118.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 12 193 16 0.94 0 0.92 0.24 121.33 0.88 0.4
Hex C C1 10 5E 0 5C 18 79 58 28
Octal 14 301 20 136 0 134 30 171 130 50
Binary 1100 11000001 10000 1011110 0 1011100 11000 1111001 1011000 101000

Color Harmonies of #0CC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC110

Black with #0CC110

Text Example


Text Example

White with #0CC110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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