Html Css Color HEX #AAF61E Green Yellow

📋 copy color: '#AAF61E'

red 170 ◦ green 246 ◦ blue 30

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

Shades of Green Yellow #AAF61E

Tints of Green Yellow #AAF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.16%

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 38.12%
G = 55.16%
B = 6.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#AAF61E (or 0xAAF61E) is known color: Green Yellow. HEX triplet: AA, F6 and 1E. RGB value is (170,246,30). Sum of RGB (Red+Green+Blue) = 170+246+30=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF61E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF61E is #5509E1. Grayscale: #C7C7C7. Windows color (decimal): -5573090 or 2029226. OLE color: 2029226.

HSL color Cylindrical-coordinate representation of color #AAF61E: hue angle of 81.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF61E is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 30 -
CMYK 0.31 0 0.88 0.04
HSL 81.11º 0.92% 0.54% -
HSV(B) 81.11º 0.88% 0.96% -
XYZ 49.77 74.55 13 -
YUV 198.65 32.82 107.56 -
System Red Green Blue C M Y K H S L
Decimal 170 246 30 0.31 0 0.88 0.04 81.11 0.92 0.54
Hex AA F6 1E 1F 0 58 4 51 5C 36
Octal 252 366 36 37 0 130 4 121 134 66
Binary 10101010 11110110 11110 11111 0 1011000 100 1010001 1011100 110110

Color Harmonies of #AAF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF61E

Black with #AAF61E

Text Example


Text Example

White with #AAF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF61E; }

 p { color: rgb(170,246,30); }

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

background-color css

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

 a { background-color: rgb(170,246,30); }

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

border-color css

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

 span { border-color: rgb(170,246,30); }

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