Html Css Color HEX #0CC553 Malachite

📋 copy color: '#0CC553'

red 12 ◦ green 197 ◦ blue 83

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

Shades of Malachite #0CC553

Tints of Malachite #0CC553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 4.11%
G = 67.47%
B = 28.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#0CC553 (or 0x0CC553) is known color: Malachite. HEX triplet: 0C, C5 and 53. RGB value is (12,197,83). Sum of RGB (Red+Green+Blue) = 12+197+83=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC553 is #F33AAC. Grayscale: #808080. Windows color (decimal): -15940269 or 5489932. OLE color: 5489932.

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

Color convert

RGB 12 197 83 -
CMYK 0.94 0 0.58 0.23
HSL 143.03º 0.89% 0.41% -
HSV(B) 143.03º 0.94% 0.77% -
XYZ 21.68 40.64 14.88 -
YUV 128.69 102.21 44.77 -
System Red Green Blue C M Y K H S L
Decimal 12 197 83 0.94 0 0.58 0.23 143.03 0.89 0.41
Hex C C5 53 5E 0 3A 17 8F 59 29
Octal 14 305 123 136 0 72 27 217 131 51
Binary 1100 11000101 1010011 1011110 0 111010 10111 10001111 1011001 101001

Color Harmonies of #0CC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC553

Black with #0CC553

Text Example


Text Example

White with #0CC553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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