#0AD43F

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

Shades of Malachite #0AD43F

Tints of Malachite #0AD43F

Color information

#0AD43F (or 0x0AD43F) is unknown color: approx Malachite. HEX triplet: 0A, D4 and 3F. RGB value is (10,212,63). Sum of RGB (Red+Green+Blue) = 10+212+63=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD43F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD43F is #F52BC0. Grayscale: #878787. Windows color (decimal): -16067521 or 4183050. OLE color: 4183050.

HSL color Cylindrical-coordinate representation of color #0AD43F: hue angle of 135.74º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD43F is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB1021263-
CMYK0.9500.700.17
HSL135.74º90.99%43.53%-
HSV(B)135.74º95.28%83.14%-
XYZ24.5747.5112.58-
YUV134.6287.5839.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.51%
GREEN value IS 212 (83.20% from 255) = 74.39%
BLUE value IS 63 (25% from 255) = 22.11%
R=3.51%
G=74.39%
B=22.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10212630.9500.700.17135.7490.9943.53
HexAD43F5F04611885b2c
Octal123247713701062121013354
Binary10101101010011111110111110100011010001100010001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,212,63); }

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

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

 a { background-color: rgb(10,212,63); }

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

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

 span { border-color: rgb(10,212,63); }

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