#0AF5AF

Color #0AF5AF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0AF5AF

Tints of Medium Spring Green #0AF5AF

Color information

#0AF5AF (or 0x0AF5AF) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F5 and AF. RGB value is (10,245,175). Sum of RGB (Red+Green+Blue) = 10+245+175=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF5AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF5AF is #F50A50. Grayscale: #A6A6A6. Windows color (decimal): -16058961 or 11531530. OLE color: 11531530.

HSL color Cylindrical-coordinate representation of color #0AF5AF: hue angle of 162.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF5AF is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB10245175-
CMYK0.9600.290.04
HSL162.13º92.16%50%-
HSV(B)162.13º95.92%96.08%-
XYZ40.5268.4651.64-
YUV166.76132.6416.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.33%
GREEN value IS 245 (96.09% from 255) = 56.98%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=2.33%
G=56.98%
B=40.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102451750.9600.290.04162.1392.1650
HexAF5AF6001D4a25c32
Octal12365257140035424213462
Binary101011110101101011111100000011101100101000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,245,175); }

 H1.HeaderClassName
 {
   color: #0AF5AF;
 }
 .AnyTagClassName
 {
   color: #0AF5AF;
 }
</style>
background-color css

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

 a { background-color: rgb(10,245,175); }

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

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

 span { border-color: rgb(10,245,175); }

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