#ACD42D

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

Shades of Yellow Green #ACD42D

Tints of Yellow Green #ACD42D

Color information

#ACD42D (or 0xACD42D) is unknown color: approx Yellow Green. HEX triplet: AC, D4 and 2D. RGB value is (172,212,45). Sum of RGB (Red+Green+Blue) = 172+212+45=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD42D is #532BD2. Grayscale: #B5B5B5. Windows color (decimal): -5450707 or 3003564. OLE color: 3003564.

HSL color Cylindrical-coordinate representation of color #ACD42D: hue angle of 74.37º 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 #ACD42D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB17221245-
CMYK0.1900.790.17
HSL74.37º66.01%50.39%-
HSV(B)74.37º78.77%83.14%-
XYZ41.0356.0511.14-
YUV18151.25121.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 212 (83.20% from 255) = 49.42%
BLUE value IS 45 (17.97% from 255) = 10.49%
R=40.09%
G=49.42%
B=10.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172212450.1900.790.1774.3766.0150.39
HexACD42D1304F114a4232
Octal254324552301172111210262
Binary101011001101010010110110011010011111000110010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD42D; }

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

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

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

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

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

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

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

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