Html Css Color HEX #0AFA97 Medium Spring Green

📋 copy color: '#0AFA97'

red 10 ◦ green 250 ◦ blue 151

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

Shades of Medium Spring Green #0AFA97

Tints of Medium Spring Green #0AFA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 2.43%
G = 60.83%
B = 36.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#0AFA97 (or 0x0AFA97) is known color: Medium Spring Green. HEX triplet: 0A, FA and 97. RGB value is (10,250,151). Sum of RGB (Red+Green+Blue) = 10+250+151=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFA97 is #F50568. Grayscale: #A7A7A7. Windows color (decimal): -16057705 or 9959946. OLE color: 9959946.

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

Color convert

RGB 10 250 151 -
CMYK 0.96 0 0.40 0.02
HSL 155.25º 0.96% 0.51% -
HSV(B) 155.25º 0.96% 0.98% -
XYZ 39.9 70.67 40.82 -
YUV 166.95 118.99 16.05 -
System Red Green Blue C M Y K H S L
Decimal 10 250 151 0.96 0 0.40 0.02 155.25 0.96 0.51
Hex A FA 97 60 0 28 2 9B 60 33
Octal 12 372 227 140 0 50 2 233 140 63
Binary 1010 11111010 10010111 1100000 0 101000 10 10011011 1100000 110011

Color Harmonies of #0AFA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA97

Black with #0AFA97

Text Example


Text Example

White with #0AFA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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