Html Css Color HEX #AAFC3F Green Yellow

📋 copy color: '#AAFC3F'

red 170 ◦ green 252 ◦ blue 63

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

Shades of Green Yellow #AAFC3F

Tints of Green Yellow #AAFC3F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.96%

 BLUE value IS 63 (25% from 255) = 12.99%

R = 35.05%
G = 51.96%
B = 12.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#AAFC3F (or 0xAAFC3F) is known color: Green Yellow. HEX triplet: AA, FC and 3F. RGB value is (170,252,63). Sum of RGB (Red+Green+Blue) = 170+252+63=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC3F is #5503C0. Grayscale: #CECECE. Windows color (decimal): -5571521 or 4193450. OLE color: 4193450.

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

Color convert

RGB 170 252 63 -
CMYK 0.33 0 0.75 0.01
HSL 86.03º 0.97% 0.62% -
HSV(B) 86.03º 0.75% 0.99% -
XYZ 52.29 78.53 17.1 -
YUV 205.94 47.33 102.37 -
System Red Green Blue C M Y K H S L
Decimal 170 252 63 0.33 0 0.75 0.01 86.03 0.97 0.62
Hex AA FC 3F 21 0 4B 1 56 61 3E
Octal 252 374 77 41 0 113 1 126 141 76
Binary 10101010 11111100 111111 100001 0 1001011 1 1010110 1100001 111110

Color Harmonies of #AAFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC3F

Black with #AAFC3F

Text Example


Text Example

White with #AAFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC3F; }

 p { color: rgb(170,252,63); }

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

background-color css

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

 a { background-color: rgb(170,252,63); }

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

border-color css

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

 span { border-color: rgb(170,252,63); }

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