Html Css Color HEX #0CC35D Malachite

📋 copy color: '#0CC35D'

red 12 ◦ green 195 ◦ blue 93

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

Shades of Malachite #0CC35D

Tints of Malachite #0CC35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 4%
G = 65%
B = 31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#0CC35D (or 0x0CC35D) is known color: Malachite. HEX triplet: 0C, C3 and 5D. RGB value is (12,195,93). Sum of RGB (Red+Green+Blue) = 12+195+93=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC35D is #F33CA2. Grayscale: #808080. Windows color (decimal): -15940771 or 6144780. OLE color: 6144780.

HSL color Cylindrical-coordinate representation of color #0CC35D: hue angle of 146.56º 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 #0CC35D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 93 -
CMYK 0.94 0 0.52 0.24
HSL 146.56º 0.88% 0.41% -
HSV(B) 146.56º 0.94% 0.76% -
XYZ 21.64 39.9 16.92 -
YUV 128.66 107.87 44.79 -
System Red Green Blue C M Y K H S L
Decimal 12 195 93 0.94 0 0.52 0.24 146.56 0.88 0.41
Hex C C3 5D 5E 0 34 18 93 58 29
Octal 14 303 135 136 0 64 30 223 130 51
Binary 1100 11000011 1011101 1011110 0 110100 11000 10010011 1011000 101001

Color Harmonies of #0CC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC35D

Black with #0CC35D

Text Example


Text Example

White with #0CC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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