#0AC25E

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

Shades of Malachite #0AC25E

Tints of Malachite #0AC25E

Color information

#0AC25E (or 0x0AC25E) is unknown color: approx Malachite. HEX triplet: 0A, C2 and 5E. RGB value is (10,194,94). Sum of RGB (Red+Green+Blue) = 10+194+94=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC25E is #F53DA1. Grayscale: #7F7F7F. Windows color (decimal): -16072098 or 6210058. OLE color: 6210058.

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

Color convert

RGB1019494-
CMYK0.9500.520.24
HSL147.39º90.2%40%-
HSV(B)147.39º94.85%76.08%-
XYZ21.4439.4617.08-
YUV127.58109.0444.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 194 (76.17% from 255) = 65.10%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=3.36%
G=65.10%
B=31.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10194940.9500.520.24147.3990.240
HexAC25E5F03418935a28
Octal123021361370643022313250
Binary10101100001010111101011111011010011000100100111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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