Html Css Color HEX #A5E028 Yellow Green

📋 copy color: '#A5E028'

red 165 ◦ green 224 ◦ blue 40

#A5E028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A5E028

Tints of Yellow Green #A5E028

RGB

 RED value IS 165 (64.84% from 255) = 38.46%

 GREEN value IS 224 (87.89% from 255) = 52.21%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 38.46%
G = 52.21%
B = 9.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#A5E028 (or 0xA5E028) is known color: Yellow Green. HEX triplet: A5, E0 and 28. RGB value is (165,224,40). Sum of RGB (Red+Green+Blue) = 165+224+40=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E028 is #5A1FD7. Grayscale: #BABABA. Windows color (decimal): -5906392 or 2678949. OLE color: 2678949.

HSL color Cylindrical-coordinate representation of color #A5E028: hue angle of 79.24º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5E028 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 40 -
CMYK 0.26 0 0.82 0.12
HSL 79.24º 0.75% 0.52% -
HSV(B) 79.24º 0.82% 0.88% -
XYZ 42.56 61.46 11.63 -
YUV 185.38 45.95 113.46 -
System Red Green Blue C M Y K H S L
Decimal 165 224 40 0.26 0 0.82 0.12 79.24 0.75 0.52
Hex A5 E0 28 1A 0 52 C 4F 4B 34
Octal 245 340 50 32 0 122 14 117 113 64
Binary 10100101 11100000 101000 11010 0 1010010 1100 1001111 1001011 110100

Color Harmonies of #A5E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E028

Black with #A5E028

Text Example


Text Example

White with #A5E028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E028; }

 p { color: rgb(165,224,40); }

 H1.HeaderClassName
 {
   color: #A5E028;
 }
 .AnyTagClassName
 {
   color: #A5E028;
 }
</style>

background-color css

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

 a { background-color: rgb(165,224,40); }

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

border-color css

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

 span { border-color: rgb(165,224,40); }

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