#A5DC2D

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

Shades of Yellow Green #A5DC2D

Tints of Yellow Green #A5DC2D

Color information

#A5DC2D (or 0xA5DC2D) is unknown color: approx Yellow Green. HEX triplet: A5, DC and 2D. RGB value is (165,220,45). Sum of RGB (Red+Green+Blue) = 165+220+45=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DC2D is #5A23D2. Grayscale: #B8B8B8. Windows color (decimal): -5907411 or 3005605. OLE color: 3005605.

HSL color Cylindrical-coordinate representation of color #A5DC2D: hue angle of 78.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5DC2D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB16522045-
CMYK0.2500.800.14
HSL78.86º71.43%51.96%-
HSV(B)78.86º79.55%86.27%-
XYZ41.5859.3811.75-
YUV183.649.78114.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 220 (86.33% from 255) = 51.16%
BLUE value IS 45 (17.97% from 255) = 10.47%
R=38.37%
G=51.16%
B=10.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165220450.2500.800.1478.8671.4351.96
HexA5DC2D19050E4f4734
Octal245334553101201611710764
Binary10100101110111001011011100101010000111010011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC2D; }

 p { color: rgb(165,220,45); }

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

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

 a { background-color: rgb(165,220,45); }

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

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

 span { border-color: rgb(165,220,45); }

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