#ACD42B

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

Shades of Yellow Green #ACD42B

Tints of Yellow Green #ACD42B

Color information

#ACD42B (or 0xACD42B) is unknown color: approx Yellow Green. HEX triplet: AC, D4 and 2B. RGB value is (172,212,43). Sum of RGB (Red+Green+Blue) = 172+212+43=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD42B is #532BD4. Grayscale: #B5B5B5. Windows color (decimal): -5450709 or 2872492. OLE color: 2872492.

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

Color convert

RGB17221243-
CMYK0.1900.800.17
HSL74.2º66.27%50%-
HSV(B)74.2º79.72%83.14%-
XYZ40.9956.0310.94-
YUV180.7750.25121.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 43 (17.19% from 255) = 10.07%
R=40.28%
G=49.65%
B=10.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172212430.1900.800.1774.266.2750
HexACD42B13050114a4232
Octal254324532301202111210262
Binary101011001101010010101110011010100001000110010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD42B; }

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

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

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

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

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

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

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

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