Html Css Color HEX #AAFE4B Green Yellow

📋 copy color: '#AAFE4B'

red 170 ◦ green 254 ◦ blue 75

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

Shades of Green Yellow #AAFE4B

Tints of Green Yellow #AAFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.9%

 BLUE value IS 75 (29.69% from 255) = 15.03%

R = 34.07%
G = 50.9%
B = 15.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#AAFE4B (or 0xAAFE4B) is known color: Green Yellow. HEX triplet: AA, FE and 4B. RGB value is (170,254,75). Sum of RGB (Red+Green+Blue) = 170+254+75=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE4B is #5501B4. Grayscale: #D1D1D1. Windows color (decimal): -5570997 or 4980394. OLE color: 4980394.

HSL color Cylindrical-coordinate representation of color #AAFE4B: hue angle of 88.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFE4B is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 75 -
CMYK 0.33 0 0.70 0.00
HSL 88.16º 0.99% 0.65% -
HSV(B) 88.16º 0.7% 1% -
XYZ 53.29 79.94 19.28 -
YUV 208.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 170 254 75 0.33 0 0.70 0.00 88.16 0.99 0.65
Hex AA FE 4B 21 0 46 0 58 63 41
Octal 252 376 113 41 0 106 0 130 143 101
Binary 10101010 11111110 1001011 100001 0 1000110 0 1011000 1100011 1000001

Color Harmonies of #AAFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE4B

Black with #AAFE4B

Text Example


Text Example

White with #AAFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE4B; }

 p { color: rgb(170,254,75); }

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

background-color css

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

 a { background-color: rgb(170,254,75); }

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

border-color css

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

 span { border-color: rgb(170,254,75); }

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