Html Css Color HEX #AAF022 Green Yellow

📋 copy color: '#AAF022'

red 170 ◦ green 240 ◦ blue 34

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

Shades of Green Yellow #AAF022

Tints of Green Yellow #AAF022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.66%

R = 38.29%
G = 54.05%
B = 7.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#AAF022 (or 0xAAF022) is known color: Green Yellow. HEX triplet: AA, F0 and 22. RGB value is (170,240,34). Sum of RGB (Red+Green+Blue) = 170+240+34=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF022 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF022 is #550FDD. Grayscale: #C4C4C4. Windows color (decimal): -5574622 or 2289834. OLE color: 2289834.

HSL color Cylindrical-coordinate representation of color #AAF022: hue angle of 80.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAF022 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 34 -
CMYK 0.29 0 0.86 0.06
HSL 80.39º 0.87% 0.54% -
HSV(B) 80.39º 0.86% 0.94% -
XYZ 48.03 70.98 12.68 -
YUV 195.59 36.81 109.75 -
System Red Green Blue C M Y K H S L
Decimal 170 240 34 0.29 0 0.86 0.06 80.39 0.87 0.54
Hex AA F0 22 1D 0 56 6 50 57 36
Octal 252 360 42 35 0 126 6 120 127 66
Binary 10101010 11110000 100010 11101 0 1010110 110 1010000 1010111 110110

Color Harmonies of #AAF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF022

Black with #AAF022

Text Example


Text Example

White with #AAF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF022; }

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

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

background-color css

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

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

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

border-color css

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

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

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