Html Css Color HEX #0CC15F Malachite

📋 copy color: '#0CC15F'

red 12 ◦ green 193 ◦ blue 95

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

Shades of Malachite #0CC15F

Tints of Malachite #0CC15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 4%
G = 64.33%
B = 31.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#0CC15F (or 0x0CC15F) is known color: Malachite. HEX triplet: 0C, C1 and 5F. RGB value is (12,193,95). Sum of RGB (Red+Green+Blue) = 12+193+95=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC15F is #F33EA0. Grayscale: #7F7F7F. Windows color (decimal): -15941281 or 6275340. OLE color: 6275340.

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

Color convert

RGB 12 193 95 -
CMYK 0.94 0 0.51 0.24
HSL 147.51º 0.88% 0.4% -
HSV(B) 147.51º 0.94% 0.76% -
XYZ 21.29 39.04 17.24 -
YUV 127.71 109.53 45.47 -
System Red Green Blue C M Y K H S L
Decimal 12 193 95 0.94 0 0.51 0.24 147.51 0.88 0.4
Hex C C1 5F 5E 0 33 18 94 58 28
Octal 14 301 137 136 0 63 30 224 130 50
Binary 1100 11000001 1011111 1011110 0 110011 11000 10010100 1011000 101000

Color Harmonies of #0CC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC15F

Black with #0CC15F

Text Example


Text Example

White with #0CC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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