Html Css Color HEX #0AEFA3 Medium Spring Green

📋 copy color: '#0AEFA3'

red 10 ◦ green 239 ◦ blue 163

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

Shades of Medium Spring Green #0AEFA3

Tints of Medium Spring Green #0AEFA3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.01%

 BLUE value IS 163 (64.06% from 255) = 39.56%

R = 2.43%
G = 58.01%
B = 39.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#0AEFA3 (or 0x0AEFA3) is known color: Medium Spring Green. HEX triplet: 0A, EF and A3. RGB value is (10,239,163). Sum of RGB (Red+Green+Blue) = 10+239+163=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEFA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEFA3 is #F5105C. Grayscale: #A1A1A1. Windows color (decimal): -16060509 or 10743562. OLE color: 10743562.

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

Color convert

RGB 10 239 163 -
CMYK 0.96 0 0.32 0.06
HSL 160.09º 0.92% 0.49% -
HSV(B) 160.09º 0.96% 0.94% -
XYZ 37.6 64.44 45.11 -
YUV 161.87 128.63 19.68 -
System Red Green Blue C M Y K H S L
Decimal 10 239 163 0.96 0 0.32 0.06 160.09 0.92 0.49
Hex A EF A3 60 0 20 6 A0 5C 31
Octal 12 357 243 140 0 40 6 240 134 61
Binary 1010 11101111 10100011 1100000 0 100000 110 10100000 1011100 110001

Color Harmonies of #0AEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFA3

Black with #0AEFA3

Text Example


Text Example

White with #0AEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,163); }

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

background-color css

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

 a { background-color: rgb(10,239,163); }

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

border-color css

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

 span { border-color: rgb(10,239,163); }

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