Html Css Color HEX #0AF997 Medium Spring Green

📋 copy color: '#0AF997'

red 10 ◦ green 249 ◦ blue 151

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

Shades of Medium Spring Green #0AF997

Tints of Medium Spring Green #0AF997

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.73%

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

R = 2.44%
G = 60.73%
B = 36.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#0AF997 (or 0x0AF997) is known color: Medium Spring Green. HEX triplet: 0A, F9 and 97. RGB value is (10,249,151). Sum of RGB (Red+Green+Blue) = 10+249+151=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF997 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF997 is #F50668. Grayscale: #A6A6A6. Windows color (decimal): -16057961 or 9959690. OLE color: 9959690.

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

Color convert

RGB 10 249 151 -
CMYK 0.96 0 0.39 0.02
HSL 155.4º 0.95% 0.51% -
HSV(B) 155.4º 0.96% 0.98% -
XYZ 39.59 70.05 40.71 -
YUV 166.37 119.32 16.47 -
System Red Green Blue C M Y K H S L
Decimal 10 249 151 0.96 0 0.39 0.02 155.4 0.95 0.51
Hex A F9 97 60 0 27 2 9B 5F 33
Octal 12 371 227 140 0 47 2 233 137 63
Binary 1010 11111001 10010111 1100000 0 100111 10 10011011 1011111 110011

Color Harmonies of #0AF997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF997

Black with #0AF997

Text Example


Text Example

White with #0AF997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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