Html Css Color HEX #0AE94C Malachite

📋 copy color: '#0AE94C'

red 10 ◦ green 233 ◦ blue 76

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

Shades of Malachite #0AE94C

Tints of Malachite #0AE94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.04%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 3.13%
G = 73.04%
B = 23.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#0AE94C (or 0x0AE94C) is known color: Malachite. HEX triplet: 0A, E9 and 4C. RGB value is (10,233,76). Sum of RGB (Red+Green+Blue) = 10+233+76=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 233 (91.41% from 255 or 73.04% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE94C is #F516B3. Grayscale: #949494. Windows color (decimal): -16062132 or 5040394. OLE color: 5040394.

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

Color convert

RGB 10 233 76 -
CMYK 0.96 0 0.67 0.09
HSL 137.76º 0.92% 0.48% -
HSV(B) 137.76º 0.96% 0.91% -
XYZ 30.57 58.86 16.59 -
YUV 148.43 87.12 29.27 -
System Red Green Blue C M Y K H S L
Decimal 10 233 76 0.96 0 0.67 0.09 137.76 0.92 0.48
Hex A E9 4C 60 0 43 9 8A 5C 30
Octal 12 351 114 140 0 103 11 212 134 60
Binary 1010 11101001 1001100 1100000 0 1000011 1001 10001010 1011100 110000

Color Harmonies of #0AE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE94C

Black with #0AE94C

Text Example


Text Example

White with #0AE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,233,76); }

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

background-color css

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

 a { background-color: rgb(10,233,76); }

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

border-color css

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

 span { border-color: rgb(10,233,76); }

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