Html Css Color HEX #AAFC41 Green Yellow

📋 copy color: '#AAFC41'

red 170 ◦ green 252 ◦ blue 65

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

Shades of Green Yellow #AAFC41

Tints of Green Yellow #AAFC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 34.91%
G = 51.75%
B = 13.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#AAFC41 (or 0xAAFC41) is known color: Green Yellow. HEX triplet: AA, FC and 41. RGB value is (170,252,65). Sum of RGB (Red+Green+Blue) = 170+252+65=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC41 is #5503BE. Grayscale: #CECECE. Windows color (decimal): -5571519 or 4324522. OLE color: 4324522.

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

Color convert

RGB 170 252 65 -
CMYK 0.33 0 0.74 0.01
HSL 86.31º 0.97% 0.62% -
HSV(B) 86.31º 0.74% 0.99% -
XYZ 52.34 78.55 17.4 -
YUV 206.16 48.33 102.21 -
System Red Green Blue C M Y K H S L
Decimal 170 252 65 0.33 0 0.74 0.01 86.31 0.97 0.62
Hex AA FC 41 21 0 4A 1 56 61 3E
Octal 252 374 101 41 0 112 1 126 141 76
Binary 10101010 11111100 1000001 100001 0 1001010 1 1010110 1100001 111110

Color Harmonies of #AAFC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC41

Black with #AAFC41

Text Example


Text Example

White with #AAFC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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