#ACED40

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

Shades of Green Yellow #ACED40

Tints of Green Yellow #ACED40

Color information

#ACED40 (or 0xACED40) is unknown color: approx Green Yellow. HEX triplet: AC, ED and 40. RGB value is (172,237,64). Sum of RGB (Red+Green+Blue) = 172+237+64=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACED40 is #5312BF. Grayscale: #C6C6C6. Windows color (decimal): -5444288 or 4255148. OLE color: 4255148.

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

Color convert

RGB17223764-
CMYK0.2700.730.07
HSL82.54º82.78%59.02%-
HSV(B)82.54º73%92.94%-
XYZ48.2269.7115.76-
YUV197.8452.47109.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 64 (25.39% from 255) = 13.53%
R=36.36%
G=50.11%
B=13.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237640.2700.730.0782.5482.7859.02
HexACED401B049753533b
Octal254355100330111712312373
Binary10101100111011011000000110110100100111110100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED40; }

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

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

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

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

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

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

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

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