Html Css Color HEX #AAED30 Green Yellow

📋 copy color: '#AAED30'

red 170 ◦ green 237 ◦ blue 48

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

Shades of Green Yellow #AAED30

Tints of Green Yellow #AAED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 37.36%
G = 52.09%
B = 10.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#AAED30 (or 0xAAED30) is known color: Green Yellow. HEX triplet: AA, ED and 30. RGB value is (170,237,48). Sum of RGB (Red+Green+Blue) = 170+237+48=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED30 is #5512CF. Grayscale: #C4C4C4. Windows color (decimal): -5575376 or 3206570. OLE color: 3206570.

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

Color convert

RGB 170 237 48 -
CMYK 0.28 0 0.80 0.07
HSL 81.27º 0.84% 0.56% -
HSV(B) 81.27º 0.8% 0.93% -
XYZ 47.4 69.33 13.68 -
YUV 195.42 44.8 109.87 -
System Red Green Blue C M Y K H S L
Decimal 170 237 48 0.28 0 0.80 0.07 81.27 0.84 0.56
Hex AA ED 30 1C 0 50 7 51 54 38
Octal 252 355 60 34 0 120 7 121 124 70
Binary 10101010 11101101 110000 11100 0 1010000 111 1010001 1010100 111000

Color Harmonies of #AAED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED30

Black with #AAED30

Text Example


Text Example

White with #AAED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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