#0AF585

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

Shades of Spring Green #0AF585

Tints of Spring Green #0AF585

Color information

#0AF585 (or 0x0AF585) is unknown color: approx Spring Green. HEX triplet: 0A, F5 and 85. RGB value is (10,245,133). Sum of RGB (Red+Green+Blue) = 10+245+133=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 245 (96.09% from 255 or 63.14% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF585 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF585 is #F50A7A. Grayscale: #A2A2A2. Windows color (decimal): -16059003 or 8779018. OLE color: 8779018.

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

Color convert

RGB10245133-
CMYK0.9600.460.04
HSL151.4º92.16%50%-
HSV(B)151.4º95.92%96.08%-
XYZ37.0167.0633.18-
YUV161.97111.6419.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.58%
GREEN value IS 245 (96.09% from 255) = 63.14%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=2.58%
G=63.14%
B=34.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102451330.9600.460.04151.492.1650
HexAF5856002E4975c32
Octal12365205140056422713462
Binary1010111101011000010111000000101110100100101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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