Html Css Color HEX #0CD454 Malachite

📋 copy color: '#0CD454'

red 12 ◦ green 212 ◦ blue 84

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

Shades of Malachite #0CD454

Tints of Malachite #0CD454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 68.83%

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 3.9%
G = 68.83%
B = 27.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#0CD454 (or 0x0CD454) is known color: Malachite. HEX triplet: 0C, D4 and 54. RGB value is (12,212,84). Sum of RGB (Red+Green+Blue) = 12+212+84=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD454 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD454 is #F32BAB. Grayscale: #898989. Windows color (decimal): -15936428 or 5559308. OLE color: 5559308.

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

Color convert

RGB 12 212 84 -
CMYK 0.94 0 0.60 0.17
HSL 141.6º 0.89% 0.44% -
HSV(B) 141.6º 0.94% 0.83% -
XYZ 25.3 47.81 16.28 -
YUV 137.61 97.74 38.41 -
System Red Green Blue C M Y K H S L
Decimal 12 212 84 0.94 0 0.60 0.17 141.6 0.89 0.44
Hex C D4 54 5E 0 3C 11 8E 59 2C
Octal 14 324 124 136 0 74 21 216 131 54
Binary 1100 11010100 1010100 1011110 0 111100 10001 10001110 1011001 101100

Color Harmonies of #0CD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD454

Black with #0CD454

Text Example


Text Example

White with #0CD454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,212,84); }

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

background-color css

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

 a { background-color: rgb(12,212,84); }

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

border-color css

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

 span { border-color: rgb(12,212,84); }

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