Html Css Color HEX #0ACD55 Malachite

📋 copy color: '#0ACD55'

red 10 ◦ green 205 ◦ blue 85

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

Shades of Malachite #0ACD55

Tints of Malachite #0ACD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.33%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 3.33%
G = 68.33%
B = 28.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#0ACD55 (or 0x0ACD55) is known color: Malachite. HEX triplet: 0A, CD and 55. RGB value is (10,205,85). Sum of RGB (Red+Green+Blue) = 10+205+85=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACD55 is #F532AA. Grayscale: #858585. Windows color (decimal): -16069291 or 5623050. OLE color: 5623050.

HSL color Cylindrical-coordinate representation of color #0ACD55: hue angle of 143.08º 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 #0ACD55 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 205 85 -
CMYK 0.95 0 0.59 0.20
HSL 143.08º 0.91% 0.42% -
HSV(B) 143.08º 0.95% 0.8% -
XYZ 23.6 44.38 15.92 -
YUV 133.02 100.9 40.26 -
System Red Green Blue C M Y K H S L
Decimal 10 205 85 0.95 0 0.59 0.20 143.08 0.91 0.42
Hex A CD 55 5F 0 3B 14 8F 5B 2A
Octal 12 315 125 137 0 73 24 217 133 52
Binary 1010 11001101 1010101 1011111 0 111011 10100 10001111 1011011 101010

Color Harmonies of #0ACD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD55

Black with #0ACD55

Text Example


Text Example

White with #0ACD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,85); }

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

background-color css

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

 a { background-color: rgb(10,205,85); }

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

border-color css

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

 span { border-color: rgb(10,205,85); }

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