#A5D229

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

Shades of Yellow Green #A5D229

Tints of Yellow Green #A5D229

Color information

#A5D229 (or 0xA5D229) is unknown color: approx Yellow Green. HEX triplet: A5, D2 and 29. RGB value is (165,210,41). Sum of RGB (Red+Green+Blue) = 165+210+41=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D229 is #5A2DD6. Grayscale: #B1B1B1. Windows color (decimal): -5909975 or 2740901. OLE color: 2740901.

HSL color Cylindrical-coordinate representation of color #A5D229: hue angle of 75.98º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5D229 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB16521041-
CMYK0.2100.800.18
HSL75.98º67.33%49.22%-
HSV(B)75.98º80.48%82.35%-
XYZ38.9654.2510.52-
YUV177.2851.09119.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 210 (82.42% from 255) = 50.48%
BLUE value IS 41 (16.41% from 255) = 9.86%
R=39.66%
G=50.48%
B=9.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165210410.2100.800.1875.9867.3349.22
HexA5D22915050124c4331
Octal245322512501202211410361
Binary101001011101001010100110101010100001001010011001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D229; }

 p { color: rgb(165,210,41); }

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

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

 a { background-color: rgb(165,210,41); }

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

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

 span { border-color: rgb(165,210,41); }

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