#01F669

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

Shades of Spring Green #01F669

Tints of Spring Green #01F669

Color information

#01F669 (or 0x01F669) is unknown color: approx Spring Green. HEX triplet: 01, F6 and 69. RGB value is (1,246,105). Sum of RGB (Red+Green+Blue) = 1+246+105=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #01F669 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F669 is #FE0996. Grayscale: #9C9C9C. Windows color (decimal): -16648599 or 6944257. OLE color: 6944257.

HSL color Cylindrical-coordinate representation of color #01F669: hue angle of 145.47º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F669 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB1246105-
CMYK1.0000.570.04
HSL145.47º99.19%48.43%-
HSV(B)145.47º99.59%96.47%-
XYZ35.5266.9424.41-
YUV156.6798.8316.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 246 (96.48% from 255) = 69.89%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=0.28%
G=69.89%
B=29.83%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12461051.0000.570.04145.4799.1948.43
Hex1F669640394916330
Octal1366151144071422114360
Binary111110110110100111001000111001100100100011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01F669; }

 p { color: rgb(1,246,105); }

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

<style>
 a { background-color: #01F669; }

 a { background-color: rgb(1,246,105); }

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

<style>
 span { border-color: #01F669; }

 span { border-color: rgb(1,246,105); }

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