#a5da2e

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

Shades of Yellow Green #A5DA2E

Tints of Yellow Green #A5DA2E

Color information

#A5DA2E (or 0xA5DA2E) is unknown color: approx Yellow Green. HEX triplet: A5, DA and 2E. RGB value is (165,218,46). Sum of RGB (Red+Green+Blue) = 165+218+46=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA2E is #5A25D1. Grayscale: #B7B7B7. Windows color (decimal): -5907922 or 3070629. OLE color: 3070629.

HSL color Cylindrical-coordinate representation of color #A5DA2E: hue angle of 78.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5DA2E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB16521846-
CMYK0.2400.790.15
HSL78.49º69.92%51.76%-
HSV(B)78.49º78.9%85.49%-
XYZ41.0858.3411.68-
YUV182.5450.94115.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 218 (85.55% from 255) = 50.82%
BLUE value IS 46 (18.36% from 255) = 10.72%
R=38.46%
G=50.82%
B=10.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165218460.2400.790.1578.4969.9251.76
HexA5DA2E1804FF4e4634
Octal245332563001171711610664
Binary10100101110110101011101100001001111111110011101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5da2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5da2e; }

 p { color: rgb(165,218,46); }

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

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

 a { background-color: rgb(165,218,46); }

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

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

 span { border-color: rgb(165,218,46); }

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

cancel