#A8ED40

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

Shades of Green Yellow #A8ED40

Tints of Green Yellow #A8ED40

Color information

#A8ED40 (or 0xA8ED40) is unknown color: approx Green Yellow. HEX triplet: A8, ED and 40. RGB value is (168,237,64). Sum of RGB (Red+Green+Blue) = 168+237+64=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED40 is #5712BF. Grayscale: #C5C5C5. Windows color (decimal): -5706432 or 4255144. OLE color: 4255144.

HSL color Cylindrical-coordinate representation of color #A8ED40: hue angle of 83.93º 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 #A8ED40 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB16823764-
CMYK0.2900.730.07
HSL83.93º82.78%59.02%-
HSV(B)83.93º73%92.94%-
XYZ47.3669.2615.72-
YUV196.6553.14107.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 237 (92.97% from 255) = 50.53%
BLUE value IS 64 (25.39% from 255) = 13.65%
R=35.82%
G=50.53%
B=13.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168237640.2900.730.0783.9382.7859.02
HexA8ED401D049754533b
Octal250355100350111712412373
Binary10101000111011011000000111010100100111110101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ED40; }

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

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

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

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

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

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

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

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