Html Css Color HEX #AAFA28 Green Yellow

📋 copy color: '#AAFA28'

red 170 ◦ green 250 ◦ blue 40

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

Shades of Green Yellow #AAFA28

Tints of Green Yellow #AAFA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.35%

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

R = 36.96%
G = 54.35%
B = 8.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#AAFA28 (or 0xAAFA28) is known color: Green Yellow. HEX triplet: AA, FA and 28. RGB value is (170,250,40). Sum of RGB (Red+Green+Blue) = 170+250+40=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA28 is #5505D7. Grayscale: #CACACA. Windows color (decimal): -5572056 or 2685610. OLE color: 2685610.

HSL color Cylindrical-coordinate representation of color #AAFA28: hue angle of 82.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAFA28 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 40 -
CMYK 0.32 0 0.84 0.02
HSL 82.86º 0.95% 0.57% -
HSV(B) 82.86º 0.84% 0.98% -
XYZ 51.15 77.07 14.19 -
YUV 202.14 36.5 105.08 -
System Red Green Blue C M Y K H S L
Decimal 170 250 40 0.32 0 0.84 0.02 82.86 0.95 0.57
Hex AA FA 28 20 0 54 2 53 5F 39
Octal 252 372 50 40 0 124 2 123 137 71
Binary 10101010 11111010 101000 100000 0 1010100 10 1010011 1011111 111001

Color Harmonies of #AAFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA28

Black with #AAFA28

Text Example


Text Example

White with #AAFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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