Html Css Color HEX #0AFFB7 Medium Spring Green

📋 copy color: '#0AFFB7'

red 10 ◦ green 255 ◦ blue 183

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

Shades of Medium Spring Green #0AFFB7

Tints of Medium Spring Green #0AFFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 2.23%
G = 56.92%
B = 40.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#0AFFB7 (or 0x0AFFB7) is known color: Medium Spring Green. HEX triplet: 0A, FF and B7. RGB value is (10,255,183). Sum of RGB (Red+Green+Blue) = 10+255+183=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFB7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFB7 is #F50048. Grayscale: #ADADAD. Windows color (decimal): -16056393 or 12058378. OLE color: 12058378.

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

Color convert

RGB 10 255 183 -
CMYK 0.96 0 0.28 0
HSL 162.37º 1% 0.52% -
HSV(B) 162.37º 0.96% 1% -
XYZ 44.43 75 56.94 -
YUV 173.54 133.33 11.35 -
System Red Green Blue C M Y K H S L
Decimal 10 255 183 0.96 0 0.28 0 162.37 1 0.52
Hex A FF B7 60 0 1C 0 A2 64 34
Octal 12 377 267 140 0 34 0 242 144 64
Binary 1010 11111111 10110111 1100000 0 11100 0 10100010 1100100 110100

Color Harmonies of #0AFFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFB7

Black with #0AFFB7

Text Example


Text Example

White with #0AFFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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