Html Css Color HEX #0AFBAA Medium Spring Green

📋 copy color: '#0AFBAA'

red 10 ◦ green 251 ◦ blue 170

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

Shades of Medium Spring Green #0AFBAA

Tints of Medium Spring Green #0AFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.24%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 2.32%
G = 58.24%
B = 39.44%

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

#0AFBAA (or 0x0AFBAA) is known color: Medium Spring Green. HEX triplet: 0A, FB and AA. RGB value is (10,251,170). Sum of RGB (Red+Green+Blue) = 10+251+170=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFBAA is #F50455. Grayscale: #A9A9A9. Windows color (decimal): -16057430 or 11205386. OLE color: 11205386.

HSL color Cylindrical-coordinate representation of color #0AFBAA: hue angle of 159.83º degrees, saturation: 0.97, 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 #0AFBAA is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 170 -
CMYK 0.96 0 0.32 0.02
HSL 159.83º 0.97% 0.51% -
HSV(B) 159.83º 0.96% 0.98% -
XYZ 41.88 71.96 49.71 -
YUV 169.71 128.16 14.09 -
System Red Green Blue C M Y K H S L
Decimal 10 251 170 0.96 0 0.32 0.02 159.83 0.97 0.51
Hex A FB AA 60 0 20 2 A0 61 33
Octal 12 373 252 140 0 40 2 240 141 63
Binary 1010 11111011 10101010 1100000 0 100000 10 10100000 1100001 110011

Color Harmonies of #0AFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBAA

Black with #0AFBAA

Text Example


Text Example

White with #0AFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,251,170); }

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

background-color css

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

 a { background-color: rgb(10,251,170); }

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

border-color css

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

 span { border-color: rgb(10,251,170); }

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