Html Css Color HEX #AAEB32 Green Yellow

📋 copy color: '#AAEB32'

red 170 ◦ green 235 ◦ blue 50

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

Shades of Green Yellow #AAEB32

Tints of Green Yellow #AAEB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.99%

R = 37.36%
G = 51.65%
B = 10.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#AAEB32 (or 0xAAEB32) is known color: Green Yellow. HEX triplet: AA, EB and 32. RGB value is (170,235,50). Sum of RGB (Red+Green+Blue) = 170+235+50=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB32 is #5514CD. Grayscale: #C3C3C3. Windows color (decimal): -5575886 or 3337130. OLE color: 3337130.

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

Color convert

RGB 170 235 50 -
CMYK 0.28 0 0.79 0.08
HSL 81.08º 0.82% 0.56% -
HSV(B) 81.08º 0.79% 0.92% -
XYZ 46.86 68.19 13.71 -
YUV 194.48 46.47 110.54 -
System Red Green Blue C M Y K H S L
Decimal 170 235 50 0.28 0 0.79 0.08 81.08 0.82 0.56
Hex AA EB 32 1C 0 4F 8 51 52 38
Octal 252 353 62 34 0 117 10 121 122 70
Binary 10101010 11101011 110010 11100 0 1001111 1000 1010001 1010010 111000

Color Harmonies of #AAEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB32

Black with #AAEB32

Text Example


Text Example

White with #AAEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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