Html Css Color HEX #AAFA2B Green Yellow

📋 copy color: '#AAFA2B'

red 170 ◦ green 250 ◦ blue 43

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

Shades of Green Yellow #AAFA2B

Tints of Green Yellow #AAFA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.29%

R = 36.72%
G = 54%
B = 9.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#AAFA2B (or 0xAAFA2B) is known color: Green Yellow. HEX triplet: AA, FA and 2B. RGB value is (170,250,43). Sum of RGB (Red+Green+Blue) = 170+250+43=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA2B is #5505D4. Grayscale: #CBCBCB. Windows color (decimal): -5572053 or 2882218. OLE color: 2882218.

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

Color convert

RGB 170 250 43 -
CMYK 0.32 0 0.83 0.02
HSL 83.19º 0.95% 0.57% -
HSV(B) 83.19º 0.83% 0.98% -
XYZ 51.2 77.09 14.47 -
YUV 202.48 38 104.83 -
System Red Green Blue C M Y K H S L
Decimal 170 250 43 0.32 0 0.83 0.02 83.19 0.95 0.57
Hex AA FA 2B 20 0 53 2 53 5F 39
Octal 252 372 53 40 0 123 2 123 137 71
Binary 10101010 11111010 101011 100000 0 1010011 10 1010011 1011111 111001

Color Harmonies of #AAFA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA2B

Black with #AAFA2B

Text Example


Text Example

White with #AAFA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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