Html Css Color HEX #0AFFA1 Medium Spring Green

📋 copy color: '#0AFFA1'

red 10 ◦ green 255 ◦ blue 161

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

Shades of Medium Spring Green #0AFFA1

Tints of Medium Spring Green #0AFFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.79%

R = 2.35%
G = 59.86%
B = 37.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#0AFFA1 (or 0x0AFFA1) is known color: Medium Spring Green. HEX triplet: 0A, FF and A1. RGB value is (10,255,161). Sum of RGB (Red+Green+Blue) = 10+255+161=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFA1 is #F5005E. Grayscale: #ABABAB. Windows color (decimal): -16056415 or 10616586. OLE color: 10616586.

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

Color convert

RGB 10 255 161 -
CMYK 0.96 0 0.37 0
HSL 156.98º 1% 0.52% -
HSV(B) 156.98º 0.96% 1% -
XYZ 42.32 74.16 45.8 -
YUV 171.03 122.33 13.14 -
System Red Green Blue C M Y K H S L
Decimal 10 255 161 0.96 0 0.37 0 156.98 1 0.52
Hex A FF A1 60 0 25 0 9D 64 34
Octal 12 377 241 140 0 45 0 235 144 64
Binary 1010 11111111 10100001 1100000 0 100101 0 10011101 1100100 110100

Color Harmonies of #0AFFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFA1

Black with #0AFFA1

Text Example


Text Example

White with #0AFFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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