Html Css Color HEX #AAFF2E Green Yellow

📋 copy color: '#AAFF2E'

red 170 ◦ green 255 ◦ blue 46

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

Shades of Green Yellow #AAFF2E

Tints of Green Yellow #AAFF2E

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

 BLUE value IS 46 (18.36% from 255) = 9.77%

R = 36.09%
G = 54.14%
B = 9.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#AAFF2E (or 0xAAFF2E) is known color: Green Yellow. HEX triplet: AA, FF and 2E. RGB value is (170,255,46). Sum of RGB (Red+Green+Blue) = 170+255+46=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF2E is #5500D1. Grayscale: #CECECE. Windows color (decimal): -5570770 or 3080106. OLE color: 3080106.

HSL color Cylindrical-coordinate representation of color #AAFF2E: hue angle of 84.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFF2E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 46 -
CMYK 0.33 0 0.82 0
HSL 84.4º 1% 0.59% -
HSV(B) 84.4º 0.82% 1% -
XYZ 52.83 80.26 15.29 -
YUV 205.76 37.84 102.49 -
System Red Green Blue C M Y K H S L
Decimal 170 255 46 0.33 0 0.82 0 84.4 1 0.59
Hex AA FF 2E 21 0 52 0 54 64 3B
Octal 252 377 56 41 0 122 0 124 144 73
Binary 10101010 11111111 101110 100001 0 1010010 0 1010100 1100100 111011

Color Harmonies of #AAFF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF2E

Black with #AAFF2E

Text Example


Text Example

White with #AAFF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF2E; }

 p { color: rgb(170,255,46); }

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

background-color css

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

 a { background-color: rgb(170,255,46); }

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

border-color css

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

 span { border-color: rgb(170,255,46); }

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