Html Css Color HEX #0CD55F Malachite

📋 copy color: '#0CD55F'

red 12 ◦ green 213 ◦ blue 95

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

Shades of Malachite #0CD55F

Tints of Malachite #0CD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.56%

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

R = 3.75%
G = 66.56%
B = 29.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#0CD55F (or 0x0CD55F) is known color: Malachite. HEX triplet: 0C, D5 and 5F. RGB value is (12,213,95). Sum of RGB (Red+Green+Blue) = 12+213+95=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD55F is #F32AA0. Grayscale: #8B8B8B. Windows color (decimal): -15936161 or 6280460. OLE color: 6280460.

HSL color Cylindrical-coordinate representation of color #0CD55F: hue angle of 144.78º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD55F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 213 95 -
CMYK 0.94 0 0.55 0.16
HSL 144.78º 0.89% 0.44% -
HSV(B) 144.78º 0.94% 0.84% -
XYZ 26.01 48.49 18.82 -
YUV 139.45 102.91 37.09 -
System Red Green Blue C M Y K H S L
Decimal 12 213 95 0.94 0 0.55 0.16 144.78 0.89 0.44
Hex C D5 5F 5E 0 37 10 91 59 2C
Octal 14 325 137 136 0 67 20 221 131 54
Binary 1100 11010101 1011111 1011110 0 110111 10000 10010001 1011001 101100

Color Harmonies of #0CD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD55F

Black with #0CD55F

Text Example


Text Example

White with #0CD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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