Html Css Color HEX #AAFD3A Green Yellow

📋 copy color: '#AAFD3A'

red 170 ◦ green 253 ◦ blue 58

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

Shades of Green Yellow #AAFD3A

Tints of Green Yellow #AAFD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.06%

R = 35.34%
G = 52.6%
B = 12.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#AAFD3A (or 0xAAFD3A) is known color: Green Yellow. HEX triplet: AA, FD and 3A. RGB value is (170,253,58). Sum of RGB (Red+Green+Blue) = 170+253+58=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD3A is #5502C5. Grayscale: #CECECE. Windows color (decimal): -5571270 or 3866026. OLE color: 3866026.

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

Color convert

RGB 170 253 58 -
CMYK 0.33 0 0.77 0.01
HSL 85.54º 0.98% 0.61% -
HSV(B) 85.54º 0.77% 0.99% -
XYZ 52.47 79.1 16.51 -
YUV 205.95 44.5 102.36 -
System Red Green Blue C M Y K H S L
Decimal 170 253 58 0.33 0 0.77 0.01 85.54 0.98 0.61
Hex AA FD 3A 21 0 4D 1 56 62 3D
Octal 252 375 72 41 0 115 1 126 142 75
Binary 10101010 11111101 111010 100001 0 1001101 1 1010110 1100010 111101

Color Harmonies of #AAFD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD3A

Black with #AAFD3A

Text Example


Text Example

White with #AAFD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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