Html Css Color HEX #0AE068 Malachite

📋 copy color: '#0AE068'

red 10 ◦ green 224 ◦ blue 104

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

Shades of Malachite #0AE068

Tints of Malachite #0AE068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.27%

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

R = 2.96%
G = 66.27%
B = 30.77%

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

#0AE068 (or 0x0AE068) is known color: Malachite. HEX triplet: 0A, E0 and 68. RGB value is (10,224,104). Sum of RGB (Red+Green+Blue) = 10+224+104=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE068 is #F51F97. Grayscale: #929292. Windows color (decimal): -16064408 or 6873098. OLE color: 6873098.

HSL color Cylindrical-coordinate representation of color #0AE068: hue angle of 146.36º 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 #0AE068 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 104 -
CMYK 0.96 0 0.54 0.12
HSL 146.36º 0.91% 0.46% -
HSV(B) 146.36º 0.96% 0.88% -
XYZ 29.28 54.38 22.05 -
YUV 146.33 104.1 30.76 -
System Red Green Blue C M Y K H S L
Decimal 10 224 104 0.96 0 0.54 0.12 146.36 0.91 0.46
Hex A E0 68 60 0 36 C 92 5B 2E
Octal 12 340 150 140 0 66 14 222 133 56
Binary 1010 11100000 1101000 1100000 0 110110 1100 10010010 1011011 101110

Color Harmonies of #0AE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE068

Black with #0AE068

Text Example


Text Example

White with #0AE068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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