#0ACB4A

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

Shades of Malachite #0ACB4A

Tints of Malachite #0ACB4A

Color information

#0ACB4A (or 0x0ACB4A) is unknown color: approx Malachite. HEX triplet: 0A, CB and 4A. RGB value is (10,203,74). Sum of RGB (Red+Green+Blue) = 10+203+74=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACB4A is #F534B5. Grayscale: #828282. Windows color (decimal): -16069814 or 4901642. OLE color: 4901642.

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

Color convert

RGB1020374-
CMYK0.9500.640.20
HSL139.9º90.61%41.76%-
HSV(B)139.9º95.07%79.61%-
XYZ22.7243.2713.63-
YUV130.5996.0641.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 203 (79.69% from 255) = 70.73%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=3.48%
G=70.73%
B=25.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10203740.9500.640.20139.990.6141.76
HexACB4A5F040148c5b2a
Octal1231311213701002421413352
Binary101011001011100101010111110100000010100100011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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