Html Css Color HEX #0AFFAA Medium Spring Green

📋 copy color: '#0AFFAA'

red 10 ◦ green 255 ◦ blue 170

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

Shades of Medium Spring Green #0AFFAA

Tints of Medium Spring Green #0AFFAA

RGB

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

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

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

R = 2.3%
G = 58.62%
B = 39.08%

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

#0AFFAA (or 0x0AFFAA) is known color: Medium Spring Green. HEX triplet: 0A, FF and AA. RGB value is (10,255,170). Sum of RGB (Red+Green+Blue) = 10+255+170=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFAA is #F50055. Grayscale: #ACACAC. Windows color (decimal): -16056406 or 11206410. OLE color: 11206410.

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

Color convert

RGB 10 255 170 -
CMYK 0.96 0 0.33 0
HSL 159.18º 1% 0.52% -
HSV(B) 159.18º 0.96% 1% -
XYZ 43.14 74.49 50.13 -
YUV 172.06 126.83 12.41 -
System Red Green Blue C M Y K H S L
Decimal 10 255 170 0.96 0 0.33 0 159.18 1 0.52
Hex A FF AA 60 0 21 0 9F 64 34
Octal 12 377 252 140 0 41 0 237 144 64
Binary 1010 11111111 10101010 1100000 0 100001 0 10011111 1100100 110100

Color Harmonies of #0AFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFAA

Black with #0AFFAA

Text Example


Text Example

White with #0AFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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