Html Css Color HEX #AAFA1C Green Yellow

📋 copy color: '#AAFA1C'

red 170 ◦ green 250 ◦ blue 28

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

Shades of Green Yellow #AAFA1C

Tints of Green Yellow #AAFA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 37.95%
G = 55.8%
B = 6.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#AAFA1C (or 0xAAFA1C) is known color: Green Yellow. HEX triplet: AA, FA and 1C. RGB value is (170,250,28). Sum of RGB (Red+Green+Blue) = 170+250+28=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA1C is #5505E3. Grayscale: #C9C9C9. Windows color (decimal): -5572068 or 1899178. OLE color: 1899178.

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

Color convert

RGB 170 250 28 -
CMYK 0.32 0 0.89 0.02
HSL 81.62º 0.96% 0.55% -
HSV(B) 81.62º 0.89% 0.98% -
XYZ 50.97 77 13.27 -
YUV 200.77 30.5 106.05 -
System Red Green Blue C M Y K H S L
Decimal 170 250 28 0.32 0 0.89 0.02 81.62 0.96 0.55
Hex AA FA 1C 20 0 59 2 52 60 37
Octal 252 372 34 40 0 131 2 122 140 67
Binary 10101010 11111010 11100 100000 0 1011001 10 1010010 1100000 110111

Color Harmonies of #AAFA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA1C

Black with #AAFA1C

Text Example


Text Example

White with #AAFA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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