Html Css Color HEX #AAF042 Green Yellow

📋 copy color: '#AAF042'

red 170 ◦ green 240 ◦ blue 66

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

Shades of Green Yellow #AAF042

Tints of Green Yellow #AAF042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

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

R = 35.71%
G = 50.42%
B = 13.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AAF042 (or 0xAAF042) is known color: Green Yellow. HEX triplet: AA, F0 and 42. RGB value is (170,240,66). Sum of RGB (Red+Green+Blue) = 170+240+66=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF042 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF042 is #550FBD. Grayscale: #C7C7C7. Windows color (decimal): -5574590 or 4386986. OLE color: 4386986.

HSL color Cylindrical-coordinate representation of color #AAF042: hue angle of 84.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAF042 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 66 -
CMYK 0.29 0 0.72 0.06
HSL 84.14º 0.85% 0.6% -
HSV(B) 84.14º 0.73% 0.94% -
XYZ 48.72 71.26 16.34 -
YUV 199.23 52.81 107.15 -
System Red Green Blue C M Y K H S L
Decimal 170 240 66 0.29 0 0.72 0.06 84.14 0.85 0.6
Hex AA F0 42 1D 0 48 6 54 55 3C
Octal 252 360 102 35 0 110 6 124 125 74
Binary 10101010 11110000 1000010 11101 0 1001000 110 1010100 1010101 111100

Color Harmonies of #AAF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF042

Black with #AAF042

Text Example


Text Example

White with #AAF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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