#A5ED24

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

Shades of Green Yellow #A5ED24

Tints of Green Yellow #A5ED24

Color information

#A5ED24 (or 0xA5ED24) is unknown color: approx Green Yellow. HEX triplet: A5, ED and 24. RGB value is (165,237,36). Sum of RGB (Red+Green+Blue) = 165+237+36=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5ED24 is #5A12DB. Grayscale: #C1C1C1. Windows color (decimal): -5903068 or 2420133. OLE color: 2420133.

HSL color Cylindrical-coordinate representation of color #A5ED24: hue angle of 81.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5ED24 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB16523736-
CMYK0.3000.850.07
HSL81.49º84.81%53.53%-
HSV(B)81.49º84.81%92.94%-
XYZ46.1268.712.5-
YUV192.5639.65108.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 237 (92.97% from 255) = 54.11%
BLUE value IS 36 (14.45% from 255) = 8.22%
R=37.67%
G=54.11%
B=8.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165237360.3000.850.0781.4984.8153.53
HexA5ED241E0557515536
Octal24535544360125712112566
Binary1010010111101101100100111100101010111110100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED24; }

 p { color: rgb(165,237,36); }

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

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

 a { background-color: rgb(165,237,36); }

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

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

 span { border-color: rgb(165,237,36); }

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