Html Css Color HEX #0AE168 Malachite

📋 copy color: '#0AE168'

red 10 ◦ green 225 ◦ blue 104

#0AE168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0AE168

Tints of Malachite #0AE168

RGB

 RED value IS 10 (4.3% from 255) = 2.95%

 GREEN value IS 225 (88.28% from 255) = 66.37%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 2.95%
G = 66.37%
B = 30.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#0AE168 (or 0x0AE168) is known color: Malachite. HEX triplet: 0A, E1 and 68. RGB value is (10,225,104). Sum of RGB (Red+Green+Blue) = 10+225+104=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE168 is #F51E97. Grayscale: #939393. Windows color (decimal): -16064152 or 6873354. OLE color: 6873354.

HSL color Cylindrical-coordinate representation of color #0AE168: hue angle of 146.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE168 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 104 -
CMYK 0.96 0 0.54 0.12
HSL 146.23º 0.91% 0.46% -
HSV(B) 146.23º 0.96% 0.88% -
XYZ 29.55 54.91 22.14 -
YUV 146.92 103.77 30.34 -
System Red Green Blue C M Y K H S L
Decimal 10 225 104 0.96 0 0.54 0.12 146.23 0.91 0.46
Hex A E1 68 60 0 36 C 92 5B 2E
Octal 12 341 150 140 0 66 14 222 133 56
Binary 1010 11100001 1101000 1100000 0 110110 1100 10010010 1011011 101110

Color Harmonies of #0AE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE168

Black with #0AE168

Text Example


Text Example

White with #0AE168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,104); }

 H1.HeaderClassName
 {
   color: #0AE168;
 }
 .AnyTagClassName
 {
   color: #0AE168;
 }
</style>

background-color css

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

 a { background-color: rgb(10,225,104); }

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

border-color css

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

 span { border-color: rgb(10,225,104); }

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