Html Css Color HEX #AAEB28 Green Yellow

📋 copy color: '#AAEB28'

red 170 ◦ green 235 ◦ blue 40

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

Shades of Green Yellow #AAEB28

Tints of Green Yellow #AAEB28

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.81%

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

R = 38.2%
G = 52.81%
B = 8.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#AAEB28 (or 0xAAEB28) is known color: Green Yellow. HEX triplet: AA, EB and 28. RGB value is (170,235,40). Sum of RGB (Red+Green+Blue) = 170+235+40=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB28 is #5514D7. Grayscale: #C2C2C2. Windows color (decimal): -5575896 or 2681770. OLE color: 2681770.

HSL color Cylindrical-coordinate representation of color #AAEB28: hue angle of 80º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAEB28 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 40 -
CMYK 0.28 0 0.83 0.08
HSL 80º 0.83% 0.54% -
HSV(B) 80º 0.83% 0.92% -
XYZ 46.67 68.12 12.7 -
YUV 193.34 41.47 111.36 -
System Red Green Blue C M Y K H S L
Decimal 170 235 40 0.28 0 0.83 0.08 80 0.83 0.54
Hex AA EB 28 1C 0 53 8 50 53 36
Octal 252 353 50 34 0 123 10 120 123 66
Binary 10101010 11101011 101000 11100 0 1010011 1000 1010000 1010011 110110

Color Harmonies of #AAEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB28

Black with #AAEB28

Text Example


Text Example

White with #AAEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB28; }

 p { color: rgb(170,235,40); }

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

background-color css

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

 a { background-color: rgb(170,235,40); }

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

border-color css

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

 span { border-color: rgb(170,235,40); }

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