#A8D42D

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

Shades of Yellow Green #A8D42D

Tints of Yellow Green #A8D42D

Color information

#A8D42D (or 0xA8D42D) is unknown color: approx Yellow Green. HEX triplet: A8, D4 and 2D. RGB value is (168,212,45). Sum of RGB (Red+Green+Blue) = 168+212+45=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D42D is #572BD2. Grayscale: #B4B4B4. Windows color (decimal): -5712851 or 3003560. OLE color: 3003560.

HSL color Cylindrical-coordinate representation of color #A8D42D: hue angle of 75.81º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8D42D is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB16821245-
CMYK0.2100.790.17
HSL75.81º66.01%50.39%-
HSV(B)75.81º78.77%83.14%-
XYZ40.1755.611.1-
YUV179.8151.92119.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 45 (17.97% from 255) = 10.59%
R=39.53%
G=49.88%
B=10.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168212450.2100.790.1775.8166.0150.39
HexA8D42D1504F114c4232
Octal250324552501172111410262
Binary101010001101010010110110101010011111000110011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D42D; }

 p { color: rgb(168,212,45); }

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

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

 a { background-color: rgb(168,212,45); }

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

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

 span { border-color: rgb(168,212,45); }

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