#A1F400

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

Shades of Spring Bud #A1F400

Tints of Spring Bud #A1F400

Color information

#A1F400 (or 0xA1F400) is unknown color: approx Spring Bud. HEX triplet: A1, F4 and 00. RGB value is (161,244,0). Sum of RGB (Red+Green+Blue) = 161+244+0=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F400 is #5E0BFF. Grayscale: #C0C0C0. Windows color (decimal): -6163456 or 62625. OLE color: 62625.

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

Color convert

RGB1612440-
CMYK0.34010.04
HSL80.41º100%47.84%-
HSV(B)80.41º100%95.69%-
XYZ47.0572.2811.47-
YUV191.3720106.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 244 (95.70% from 255) = 60.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.75%
G=60.25%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16124400.34010.0480.4110047.84
HexA1F40220644506430
Octal2413640420144412014460
Binary101000011111010001000100110010010010100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F400; }

 p { color: rgb(161,244,0); }

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

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

 a { background-color: rgb(161,244,0); }

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

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

 span { border-color: rgb(161,244,0); }

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