#A5D62D

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

Shades of Yellow Green #A5D62D

Tints of Yellow Green #A5D62D

Color information

#A5D62D (or 0xA5D62D) is unknown color: approx Yellow Green. HEX triplet: A5, D6 and 2D. RGB value is (165,214,45). Sum of RGB (Red+Green+Blue) = 165+214+45=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D62D is #5A29D2. Grayscale: #B4B4B4. Windows color (decimal): -5908947 or 3004069. OLE color: 3004069.

HSL color Cylindrical-coordinate representation of color #A5D62D: hue angle of 77.4º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5D62D is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB16521445-
CMYK0.2300.790.16
HSL77.4º67.33%50.78%-
HSV(B)77.4º78.97%83.92%-
XYZ40.0456.2811.24-
YUV180.0851.77117.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 214 (83.98% from 255) = 50.47%
BLUE value IS 45 (17.97% from 255) = 10.61%
R=38.92%
G=50.47%
B=10.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165214450.2300.790.1677.467.3350.78
HexA5D62D1704F104d4333
Octal245326552701172011510363
Binary101001011101011010110110111010011111000010011011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D62D; }

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

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

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

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

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

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

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

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