#0AEB69

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

Shades of Malachite #0AEB69

Tints of Malachite #0AEB69

Color information

#0AEB69 (or 0x0AEB69) is unknown color: approx Malachite. HEX triplet: 0A, EB and 69. RGB value is (10,235,105). Sum of RGB (Red+Green+Blue) = 10+235+105=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEB69 is #F51496. Grayscale: #999999. Windows color (decimal): -16061591 or 6941450. OLE color: 6941450.

HSL color Cylindrical-coordinate representation of color #0AEB69: hue angle of 145.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEB69 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB10235105-
CMYK0.9600.550.08
HSL145.33º91.84%48.04%-
HSV(B)145.33º95.74%92.16%-
XYZ32.3860.523.34-
YUV152.9100.9626.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.86%
GREEN value IS 235 (92.19% from 255) = 67.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=2.86%
G=67.14%
B=30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102351050.9600.550.08145.3391.8448.04
HexAEB69600378915c30
Octal123531511400671022113460
Binary1010111010111101001110000001101111000100100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,235,105); }

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

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

 a { background-color: rgb(10,235,105); }

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

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

 span { border-color: rgb(10,235,105); }

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