#ACED2D

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

Shades of Green Yellow #ACED2D

Tints of Green Yellow #ACED2D

Color information

#ACED2D (or 0xACED2D) is unknown color: approx Green Yellow. HEX triplet: AC, ED and 2D. RGB value is (172,237,45). Sum of RGB (Red+Green+Blue) = 172+237+45=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACED2D is #5312D2. Grayscale: #C4C4C4. Windows color (decimal): -5444307 or 3009964. OLE color: 3009964.

HSL color Cylindrical-coordinate representation of color #ACED2D: hue angle of 80.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACED2D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB17223745-
CMYK0.2700.810.07
HSL80.31º84.21%55.29%-
HSV(B)80.31º81.01%92.94%-
XYZ47.7769.5313.39-
YUV195.6842.97111.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 237 (92.97% from 255) = 52.20%
BLUE value IS 45 (17.97% from 255) = 9.91%
R=37.89%
G=52.20%
B=9.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237450.2700.810.0780.3184.2155.29
HexACED2D1B0517505437
Octal25435555330121712012467
Binary1010110011101101101101110110101000111110100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED2D; }

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

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

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

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

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

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

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

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