#0AF583

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

Shades of Spring Green #0AF583

Tints of Spring Green #0AF583

Color information

#0AF583 (or 0x0AF583) is unknown color: approx Spring Green. HEX triplet: 0A, F5 and 83. RGB value is (10,245,131). Sum of RGB (Red+Green+Blue) = 10+245+131=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 245 (96.09% from 255 or 63.47% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF583 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF583 is #F50A7C. Grayscale: #A1A1A1. Windows color (decimal): -16059005 or 8647946. OLE color: 8647946.

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

Color convert

RGB10245131-
CMYK0.9600.470.04
HSL150.89º92.16%50%-
HSV(B)150.89º95.92%96.08%-
XYZ36.8767.0132.46-
YUV161.74110.6419.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.59%
GREEN value IS 245 (96.09% from 255) = 63.47%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=2.59%
G=63.47%
B=33.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102451310.9600.470.04150.8992.1650
HexAF5836002F4975c32
Octal12365203140057422713462
Binary1010111101011000001111000000101111100100101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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