Html Css Color HEX #0CC351 Malachite

📋 copy color: '#0CC351'

red 12 ◦ green 195 ◦ blue 81

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

Shades of Malachite #0CC351

Tints of Malachite #0CC351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.71%

 BLUE value IS 81 (32.03% from 255) = 28.13%

R = 4.17%
G = 67.71%
B = 28.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#0CC351 (or 0x0CC351) is known color: Malachite. HEX triplet: 0C, C3 and 51. RGB value is (12,195,81). Sum of RGB (Red+Green+Blue) = 12+195+81=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC351 is #F33CAE. Grayscale: #7F7F7F. Windows color (decimal): -15940783 or 5358348. OLE color: 5358348.

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

Color convert

RGB 12 195 81 -
CMYK 0.94 0 0.58 0.24
HSL 142.62º 0.88% 0.41% -
HSV(B) 142.62º 0.94% 0.76% -
XYZ 21.15 39.7 14.33 -
YUV 127.29 101.87 45.77 -
System Red Green Blue C M Y K H S L
Decimal 12 195 81 0.94 0 0.58 0.24 142.62 0.88 0.41
Hex C C3 51 5E 0 3A 18 8F 58 29
Octal 14 303 121 136 0 72 30 217 130 51
Binary 1100 11000011 1010001 1011110 0 111010 11000 10001111 1011000 101001

Color Harmonies of #0CC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC351

Black with #0CC351

Text Example


Text Example

White with #0CC351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,81); }

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

background-color css

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

 a { background-color: rgb(12,195,81); }

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

border-color css

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

 span { border-color: rgb(12,195,81); }

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