#0ACB55

Color #0ACB55 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0ACB55

Tints of Malachite #0ACB55

Color information

#0ACB55 (or 0x0ACB55) is unknown color: approx Malachite. HEX triplet: 0A, CB and 55. RGB value is (10,203,85). Sum of RGB (Red+Green+Blue) = 10+203+85=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACB55 is #F534AA. Grayscale: #848484. Windows color (decimal): -16069803 or 5622538. OLE color: 5622538.

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

Color convert

RGB1020385-
CMYK0.9500.580.20
HSL143.32º90.61%41.76%-
HSV(B)143.32º95.07%79.61%-
XYZ23.1243.4315.76-
YUV131.84101.5641.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 203 (79.69% from 255) = 68.12%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=3.36%
G=68.12%
B=28.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10203850.9500.580.20143.3290.6141.76
HexACB555F03A148f5b2a
Octal123131251370722421713352
Binary10101100101110101011011111011101010100100011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ACB55;
 }
 .AnyTagClassName
 {
   color: #0ACB55;
 }
</style>
background-color css

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

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

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

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

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

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