#0AC25F

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

Shades of Malachite #0AC25F

Tints of Malachite #0AC25F

Color information

#0AC25F (or 0x0AC25F) is unknown color: approx Malachite. HEX triplet: 0A, C2 and 5F. RGB value is (10,194,95). Sum of RGB (Red+Green+Blue) = 10+194+95=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC25F is #F53DA0. Grayscale: #7F7F7F. Windows color (decimal): -16072097 or 6275594. OLE color: 6275594.

HSL color Cylindrical-coordinate representation of color #0AC25F: hue angle of 147.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC25F is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1019495-
CMYK0.9500.510.24
HSL147.72º90.2%40%-
HSV(B)147.72º94.85%76.08%-
XYZ21.4839.4717.31-
YUV127.7109.5444.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.34%
GREEN value IS 194 (76.17% from 255) = 64.88%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=3.34%
G=64.88%
B=31.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10194950.9500.510.24147.7290.240
HexAC25F5F03318945a28
Octal123021371370633022413250
Binary10101100001010111111011111011001111000100101001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,194,95); }

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

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

 a { background-color: rgb(10,194,95); }

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

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

 span { border-color: rgb(10,194,95); }

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