Html Css Color HEX #0AF7AB Medium Spring Green

📋 copy color: '#0AF7AB'

red 10 ◦ green 247 ◦ blue 171

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

Shades of Medium Spring Green #0AF7AB

Tints of Medium Spring Green #0AF7AB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.71%

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 2.34%
G = 57.71%
B = 39.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#0AF7AB (or 0x0AF7AB) is known color: Medium Spring Green. HEX triplet: 0A, F7 and AB. RGB value is (10,247,171). Sum of RGB (Red+Green+Blue) = 10+247+171=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF7AB is #F50854. Grayscale: #A7A7A7. Windows color (decimal): -16058453 or 11269898. OLE color: 11269898.

HSL color Cylindrical-coordinate representation of color #0AF7AB: hue angle of 160.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF7AB is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 171 -
CMYK 0.96 0 0.31 0.03
HSL 160.76º 0.94% 0.5% -
HSV(B) 160.76º 0.96% 0.97% -
XYZ 40.74 69.53 49.8 -
YUV 167.47 129.98 15.68 -
System Red Green Blue C M Y K H S L
Decimal 10 247 171 0.96 0 0.31 0.03 160.76 0.94 0.5
Hex A F7 AB 60 0 1F 3 A1 5E 32
Octal 12 367 253 140 0 37 3 241 136 62
Binary 1010 11110111 10101011 1100000 0 11111 11 10100001 1011110 110010

Color Harmonies of #0AF7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF7AB

Black with #0AF7AB

Text Example


Text Example

White with #0AF7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,247,171); }

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

background-color css

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

 a { background-color: rgb(10,247,171); }

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

border-color css

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

 span { border-color: rgb(10,247,171); }

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