Html Css Color HEX #AAED25 Green Yellow

📋 copy color: '#AAED25'

red 170 ◦ green 237 ◦ blue 37

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

Shades of Green Yellow #AAED25

Tints of Green Yellow #AAED25

RGB

 RED value IS 170 (66.8% from 255) = 38.29%

 GREEN value IS 237 (92.97% from 255) = 53.38%

 BLUE value IS 37 (14.84% from 255) = 8.33%

R = 38.29%
G = 53.38%
B = 8.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#AAED25 (or 0xAAED25) is known color: Green Yellow. HEX triplet: AA, ED and 25. RGB value is (170,237,37). Sum of RGB (Red+Green+Blue) = 170+237+37=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED25 is #5512DA. Grayscale: #C2C2C2. Windows color (decimal): -5575387 or 2485674. OLE color: 2485674.

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

Color convert

RGB 170 237 37 -
CMYK 0.28 0 0.84 0.07
HSL 80.1º 0.85% 0.54% -
HSV(B) 80.1º 0.84% 0.93% -
XYZ 47.2 69.25 12.63 -
YUV 194.17 39.3 110.76 -
System Red Green Blue C M Y K H S L
Decimal 170 237 37 0.28 0 0.84 0.07 80.1 0.85 0.54
Hex AA ED 25 1C 0 54 7 50 55 36
Octal 252 355 45 34 0 124 7 120 125 66
Binary 10101010 11101101 100101 11100 0 1010100 111 1010000 1010101 110110

Color Harmonies of #AAED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED25

Black with #AAED25

Text Example


Text Example

White with #AAED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED25; }

 p { color: rgb(170,237,37); }

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

background-color css

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

 a { background-color: rgb(170,237,37); }

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

border-color css

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

 span { border-color: rgb(170,237,37); }

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