Html Css Color HEX #0AEAA4 Medium Spring Green

📋 copy color: '#0AEAA4'

red 10 ◦ green 234 ◦ blue 164

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

Shades of Medium Spring Green #0AEAA4

Tints of Medium Spring Green #0AEAA4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.35%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 2.45%
G = 57.35%
B = 40.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#0AEAA4 (or 0x0AEAA4) is known color: Medium Spring Green. HEX triplet: 0A, EA and A4. RGB value is (10,234,164). Sum of RGB (Red+Green+Blue) = 10+234+164=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEAA4 is #F5155B. Grayscale: #9F9F9F. Windows color (decimal): -16061788 or 10807818. OLE color: 10807818.

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

Color convert

RGB 10 234 164 -
CMYK 0.96 0 0.30 0.08
HSL 161.25º 0.92% 0.48% -
HSV(B) 161.25º 0.96% 0.92% -
XYZ 36.25 61.59 45.1 -
YUV 159.04 130.79 21.69 -
System Red Green Blue C M Y K H S L
Decimal 10 234 164 0.96 0 0.30 0.08 161.25 0.92 0.48
Hex A EA A4 60 0 1E 8 A1 5C 30
Octal 12 352 244 140 0 36 10 241 134 60
Binary 1010 11101010 10100100 1100000 0 11110 1000 10100001 1011100 110000

Color Harmonies of #0AEAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEAA4

Black with #0AEAA4

Text Example


Text Example

White with #0AEAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,234,164); }

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

background-color css

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

 a { background-color: rgb(10,234,164); }

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

border-color css

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

 span { border-color: rgb(10,234,164); }

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