#0AF16D

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

Shades of Spring Green #0AF16D

Tints of Spring Green #0AF16D

Color information

#0AF16D (or 0x0AF16D) is unknown color: approx Spring Green. HEX triplet: 0A, F1 and 6D. RGB value is (10,241,109). Sum of RGB (Red+Green+Blue) = 10+241+109=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF16D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF16D is #F50E92. Grayscale: #9D9D9D. Windows color (decimal): -16060051 or 7205130. OLE color: 7205130.

HSL color Cylindrical-coordinate representation of color #0AF16D: hue angle of 145.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF16D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB10241109-
CMYK0.9600.550.05
HSL145.71º92.03%49.22%-
HSV(B)145.71º95.85%94.51%-
XYZ34.3464.0825.03-
YUV156.88100.9723.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.78%
GREEN value IS 241 (94.53% from 255) = 66.94%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=2.78%
G=66.94%
B=30.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102411090.9600.550.05145.7192.0349.22
HexAF16D600375925c31
Octal12361155140067522213461
Binary101011110001110110111000000110111101100100101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,241,109); }

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

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

 a { background-color: rgb(10,241,109); }

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

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

 span { border-color: rgb(10,241,109); }

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