Html Css Color HEX #0AEEA1 Medium Spring Green

📋 copy color: '#0AEEA1'

red 10 ◦ green 238 ◦ blue 161

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

Shades of Medium Spring Green #0AEEA1

Tints of Medium Spring Green #0AEEA1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 58.19%

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 2.44%
G = 58.19%
B = 39.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#0AEEA1 (or 0x0AEEA1) is known color: Medium Spring Green. HEX triplet: 0A, EE and A1. RGB value is (10,238,161). Sum of RGB (Red+Green+Blue) = 10+238+161=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 238 (93.36% from 255 or 58.19% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEEA1 is #F5115E. Grayscale: #A1A1A1. Windows color (decimal): -16060767 or 10612234. OLE color: 10612234.

HSL color Cylindrical-coordinate representation of color #0AEEA1: hue angle of 159.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEEA1 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 238 161 -
CMYK 0.96 0 0.32 0.07
HSL 159.74º 0.92% 0.49% -
HSV(B) 159.74º 0.96% 0.93% -
XYZ 37.13 63.79 44.07 -
YUV 161.05 127.96 20.26 -
System Red Green Blue C M Y K H S L
Decimal 10 238 161 0.96 0 0.32 0.07 159.74 0.92 0.49
Hex A EE A1 60 0 20 7 A0 5C 31
Octal 12 356 241 140 0 40 7 240 134 61
Binary 1010 11101110 10100001 1100000 0 100000 111 10100000 1011100 110001

Color Harmonies of #0AEEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEA1

Black with #0AEEA1

Text Example


Text Example

White with #0AEEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,161); }

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

background-color css

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

 a { background-color: rgb(10,238,161); }

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

border-color css

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

 span { border-color: rgb(10,238,161); }

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