Html Css Color HEX #0ACC54 Malachite

📋 copy color: '#0ACC54'

red 10 ◦ green 204 ◦ blue 84

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

Shades of Malachite #0ACC54

Tints of Malachite #0ACC54

RGB

 RED value IS 10 (4.3% from 255) = 3.36%

 GREEN value IS 204 (80.08% from 255) = 68.46%

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

R = 3.36%
G = 68.46%
B = 28.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#0ACC54 (or 0x0ACC54) is known color: Malachite. HEX triplet: 0A, CC and 54. RGB value is (10,204,84). Sum of RGB (Red+Green+Blue) = 10+204+84=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACC54 is #F533AB. Grayscale: #848484. Windows color (decimal): -16069548 or 5557258. OLE color: 5557258.

HSL color Cylindrical-coordinate representation of color #0ACC54: hue angle of 142.89º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC54 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 84 -
CMYK 0.95 0 0.59 0.2
HSL 142.89º 0.91% 0.42% -
HSV(B) 142.89º 0.95% 0.8% -
XYZ 23.32 43.89 15.63 -
YUV 132.31 100.73 40.76 -
System Red Green Blue C M Y K H S L
Decimal 10 204 84 0.95 0 0.59 0.2 142.89 0.91 0.42
Hex A CC 54 5F 0 3B 14 8F 5B 2A
Octal 12 314 124 137 0 73 24 217 133 52
Binary 1010 11001100 1010100 1011111 0 111011 10100 10001111 1011011 101010

Color Harmonies of #0ACC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC54

Black with #0ACC54

Text Example


Text Example

White with #0ACC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,84); }

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

background-color css

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

 a { background-color: rgb(10,204,84); }

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

border-color css

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

 span { border-color: rgb(10,204,84); }

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