Html Css Color HEX #0CD15B Malachite

📋 copy color: '#0CD15B'

red 12 ◦ green 209 ◦ blue 91

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

Shades of Malachite #0CD15B

Tints of Malachite #0CD15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.99%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 3.85%
G = 66.99%
B = 29.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#0CD15B (or 0x0CD15B) is known color: Malachite. HEX triplet: 0C, D1 and 5B. RGB value is (12,209,91). Sum of RGB (Red+Green+Blue) = 12+209+91=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD15B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD15B is #F32EA4. Grayscale: #888888. Windows color (decimal): -15937189 or 6017292. OLE color: 6017292.

HSL color Cylindrical-coordinate representation of color #0CD15B: hue angle of 144.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD15B is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 209 91 -
CMYK 0.94 0 0.56 0.18
HSL 144.06º 0.89% 0.43% -
HSV(B) 144.06º 0.94% 0.82% -
XYZ 24.84 46.43 17.55 -
YUV 136.65 102.23 39.09 -
System Red Green Blue C M Y K H S L
Decimal 12 209 91 0.94 0 0.56 0.18 144.06 0.89 0.43
Hex C D1 5B 5E 0 38 12 90 59 2B
Octal 14 321 133 136 0 70 22 220 131 53
Binary 1100 11010001 1011011 1011110 0 111000 10010 10010000 1011001 101011

Color Harmonies of #0CD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD15B

Black with #0CD15B

Text Example


Text Example

White with #0CD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,209,91); }

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

background-color css

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

 a { background-color: rgb(12,209,91); }

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

border-color css

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

 span { border-color: rgb(12,209,91); }

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