Html Css Color HEX #AAFC42 Green Yellow

📋 copy color: '#AAFC42'

red 170 ◦ green 252 ◦ blue 66

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

Shades of Green Yellow #AAFC42

Tints of Green Yellow #AAFC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.52%

R = 34.84%
G = 51.64%
B = 13.52%

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

#AAFC42 (or 0xAAFC42) is known color: Green Yellow. HEX triplet: AA, FC and 42. RGB value is (170,252,66). Sum of RGB (Red+Green+Blue) = 170+252+66=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC42 is #5503BD. Grayscale: #CECECE. Windows color (decimal): -5571518 or 4390058. OLE color: 4390058.

HSL color Cylindrical-coordinate representation of color #AAFC42: hue angle of 86.45º 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 #AAFC42 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 66 -
CMYK 0.33 0 0.74 0.01
HSL 86.45º 0.97% 0.62% -
HSV(B) 86.45º 0.74% 0.99% -
XYZ 52.37 78.56 17.56 -
YUV 206.28 48.83 102.12 -
System Red Green Blue C M Y K H S L
Decimal 170 252 66 0.33 0 0.74 0.01 86.45 0.97 0.62
Hex AA FC 42 21 0 4A 1 56 61 3E
Octal 252 374 102 41 0 112 1 126 141 76
Binary 10101010 11111100 1000010 100001 0 1001010 1 1010110 1100001 111110

Color Harmonies of #AAFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC42

Black with #AAFC42

Text Example


Text Example

White with #AAFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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