Html Css Color HEX #0AFAA9 Medium Spring Green

📋 copy color: '#0AFAA9'

red 10 ◦ green 250 ◦ blue 169

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

Shades of Medium Spring Green #0AFAA9

Tints of Medium Spring Green #0AFAA9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.28%

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 2.33%
G = 58.28%
B = 39.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#0AFAA9 (or 0x0AFAA9) is known color: Medium Spring Green. HEX triplet: 0A, FA and A9. RGB value is (10,250,169). Sum of RGB (Red+Green+Blue) = 10+250+169=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAA9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFAA9 is #F50556. Grayscale: #A9A9A9. Windows color (decimal): -16057687 or 11139594. OLE color: 11139594.

HSL color Cylindrical-coordinate representation of color #0AFAA9: hue angle of 159.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFAA9 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 169 -
CMYK 0.96 0 0.32 0.02
HSL 159.75º 0.96% 0.51% -
HSV(B) 159.75º 0.96% 0.98% -
XYZ 41.47 71.3 49.11 -
YUV 169.01 127.99 14.59 -
System Red Green Blue C M Y K H S L
Decimal 10 250 169 0.96 0 0.32 0.02 159.75 0.96 0.51
Hex A FA A9 60 0 20 2 A0 60 33
Octal 12 372 251 140 0 40 2 240 140 63
Binary 1010 11111010 10101001 1100000 0 100000 10 10100000 1100000 110011

Color Harmonies of #0AFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAA9

Black with #0AFAA9

Text Example


Text Example

White with #0AFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,169); }

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

background-color css

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

 a { background-color: rgb(10,250,169); }

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

border-color css

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

 span { border-color: rgb(10,250,169); }

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