Html Css Color HEX #0AFFAB Medium Spring Green

📋 copy color: '#0AFFAB'

red 10 ◦ green 255 ◦ blue 171

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

Shades of Medium Spring Green #0AFFAB

Tints of Medium Spring Green #0AFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 58.49%

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

R = 2.29%
G = 58.49%
B = 39.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#0AFFAB (or 0x0AFFAB) is known color: Medium Spring Green. HEX triplet: 0A, FF and AB. RGB value is (10,255,171). Sum of RGB (Red+Green+Blue) = 10+255+171=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFAB is #F50054. Grayscale: #ACACAC. Windows color (decimal): -16056405 or 11271946. OLE color: 11271946.

HSL color Cylindrical-coordinate representation of color #0AFFAB: hue angle of 159.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFAB is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 171 -
CMYK 0.96 0 0.33 0
HSL 159.43º 1% 0.52% -
HSV(B) 159.43º 0.96% 1% -
XYZ 43.24 74.52 50.63 -
YUV 172.17 127.33 12.33 -
System Red Green Blue C M Y K H S L
Decimal 10 255 171 0.96 0 0.33 0 159.43 1 0.52
Hex A FF AB 60 0 21 0 9F 64 34
Octal 12 377 253 140 0 41 0 237 144 64
Binary 1010 11111111 10101011 1100000 0 100001 0 10011111 1100100 110100

Color Harmonies of #0AFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFAB

Black with #0AFFAB

Text Example


Text Example

White with #0AFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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