Html Css Color HEX #AAFD2B Green Yellow

📋 copy color: '#AAFD2B'

red 170 ◦ green 253 ◦ blue 43

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

Shades of Green Yellow #AAFD2B

Tints of Green Yellow #AAFD2B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.29%

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

R = 36.48%
G = 54.29%
B = 9.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#AAFD2B (or 0xAAFD2B) is known color: Green Yellow. HEX triplet: AA, FD and 2B. RGB value is (170,253,43). Sum of RGB (Red+Green+Blue) = 170+253+43=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD2B is #5502D4. Grayscale: #CCCCCC. Windows color (decimal): -5571285 or 2882986. OLE color: 2882986.

HSL color Cylindrical-coordinate representation of color #AAFD2B: hue angle of 83.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFD2B is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 43 -
CMYK 0.33 0 0.83 0.01
HSL 83.71º 0.98% 0.58% -
HSV(B) 83.71º 0.83% 0.99% -
XYZ 52.14 78.97 14.78 -
YUV 204.24 37 103.58 -
System Red Green Blue C M Y K H S L
Decimal 170 253 43 0.33 0 0.83 0.01 83.71 0.98 0.58
Hex AA FD 2B 21 0 53 1 54 62 3A
Octal 252 375 53 41 0 123 1 124 142 72
Binary 10101010 11111101 101011 100001 0 1010011 1 1010100 1100010 111010

Color Harmonies of #AAFD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD2B

Black with #AAFD2B

Text Example


Text Example

White with #AAFD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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