#0aef45

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

Shades of Malachite #0AEF45

Tints of Malachite #0AEF45

Color information

#0AEF45 (or 0x0AEF45) is unknown color: approx Malachite. HEX triplet: 0A, EF and 45. RGB value is (10,239,69). Sum of RGB (Red+Green+Blue) = 10+239+69=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEF45 is #F510BA. Grayscale: #979797. Windows color (decimal): -16060603 or 4583178. OLE color: 4583178.

HSL color Cylindrical-coordinate representation of color #0AEF45: hue angle of 135.46º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEF45 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB1023969-
CMYK0.9600.710.06
HSL135.46º91.97%48.82%-
HSV(B)135.46º95.82%93.73%-
XYZ32.0762.2315.95-
YUV151.1581.6327.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.14%
GREEN value IS 239 (93.75% from 255) = 75.16%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=3.14%
G=75.16%
B=21.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10239690.9600.710.06135.4691.9748.82
HexAEF45600476875c31
Octal123571051400107620713461
Binary1010111011111000101110000001000111110100001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aef45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,239,69); }

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

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

 a { background-color: rgb(10,239,69); }

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

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

 span { border-color: rgb(10,239,69); }

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