Html Css Color HEX #0AE6A1 Medium Spring Green

📋 copy color: '#0AE6A1'

red 10 ◦ green 230 ◦ blue 161

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

Shades of Medium Spring Green #0AE6A1

Tints of Medium Spring Green #0AE6A1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 57.36%

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

R = 2.49%
G = 57.36%
B = 40.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#0AE6A1 (or 0x0AE6A1) is known color: Medium Spring Green. HEX triplet: 0A, E6 and A1. RGB value is (10,230,161). Sum of RGB (Red+Green+Blue) = 10+230+161=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 230 (90.23% from 255 or 57.36% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE6A1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE6A1 is #F5195E. Grayscale: #9C9C9C. Windows color (decimal): -16062815 or 10610186. OLE color: 10610186.

HSL color Cylindrical-coordinate representation of color #0AE6A1: hue angle of 161.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE6A1 is Cyan = 0.96, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 230 161 -
CMYK 0.96 0 0.3 0.10
HSL 161.18º 0.92% 0.47% -
HSV(B) 161.18º 0.96% 0.9% -
XYZ 34.86 59.23 43.31 -
YUV 156.35 130.61 23.61 -
System Red Green Blue C M Y K H S L
Decimal 10 230 161 0.96 0 0.3 0.10 161.18 0.92 0.47
Hex A E6 A1 60 0 1E A A1 5C 2F
Octal 12 346 241 140 0 36 12 241 134 57
Binary 1010 11100110 10100001 1100000 0 11110 1010 10100001 1011100 101111

Color Harmonies of #0AE6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE6A1

Black with #0AE6A1

Text Example


Text Example

White with #0AE6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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