#A1F13F

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

Shades of Green Yellow #A1F13F

Tints of Green Yellow #A1F13F

Color information

#A1F13F (or 0xA1F13F) is unknown color: approx Green Yellow. HEX triplet: A1, F1 and 3F. RGB value is (161,241,63). Sum of RGB (Red+Green+Blue) = 161+241+63=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F13F is #5E0EC0. Grayscale: #C5C5C5. Windows color (decimal): -6164161 or 4190625. OLE color: 4190625.

HSL color Cylindrical-coordinate representation of color #A1F13F: hue angle of 86.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1F13F is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB16124163-
CMYK0.3300.740.05
HSL86.97º86.41%59.61%-
HSV(B)86.97º73.86%94.51%-
XYZ47.0570.8515.9-
YUV196.7952.5102.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 241 (94.53% from 255) = 51.83%
BLUE value IS 63 (25% from 255) = 13.55%
R=34.62%
G=51.83%
B=13.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241630.3300.740.0586.9786.4159.61
HexA1F13F2104A557563c
Octal24136177410112512712674
Binary10100001111100011111111000010100101010110101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F13F; }

 p { color: rgb(161,241,63); }

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

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

 a { background-color: rgb(161,241,63); }

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

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

 span { border-color: rgb(161,241,63); }

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