#a1d51e

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

Shades of Yellow Green #A1D51E

Tints of Yellow Green #A1D51E

Color information

#A1D51E (or 0xA1D51E) is unknown color: approx Yellow Green. HEX triplet: A1, D5 and 1E. RGB value is (161,213,30). Sum of RGB (Red+Green+Blue) = 161+213+30=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D51E is #5E2AE1. Grayscale: #B1B1B1. Windows color (decimal): -6171362 or 2020769. OLE color: 2020769.

HSL color Cylindrical-coordinate representation of color #A1D51E: hue angle of 77.05º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1D51E is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB16121330-
CMYK0.2400.860.16
HSL77.05º75.31%47.65%-
HSV(B)77.05º85.92%83.53%-
XYZ38.7355.269.85-
YUV176.5945.27116.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 213 (83.59% from 255) = 52.72%
BLUE value IS 30 (12.11% from 255) = 7.43%
R=39.85%
G=52.72%
B=7.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213300.2400.860.1677.0575.3147.65
HexA1D51E18056104d4b30
Octal241325363001262011511360
Binary10100001110101011111011000010101101000010011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d51e; }

 p { color: rgb(161,213,30); }

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

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

 a { background-color: rgb(161,213,30); }

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

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

 span { border-color: rgb(161,213,30); }

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