Html Css Color HEX #AAF632 Green Yellow

📋 copy color: '#AAF632'

red 170 ◦ green 246 ◦ blue 50

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

Shades of Green Yellow #AAF632

Tints of Green Yellow #AAF632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 36.48%
G = 52.79%
B = 10.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#AAF632 (or 0xAAF632) is known color: Green Yellow. HEX triplet: AA, F6 and 32. RGB value is (170,246,50). Sum of RGB (Red+Green+Blue) = 170+246+50=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF632 is #5509CD. Grayscale: #C9C9C9. Windows color (decimal): -5573070 or 3339946. OLE color: 3339946.

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

Color convert

RGB 170 246 50 -
CMYK 0.31 0 0.80 0.04
HSL 83.27º 0.92% 0.58% -
HSV(B) 83.27º 0.8% 0.96% -
XYZ 50.11 74.69 14.79 -
YUV 200.93 42.82 105.94 -
System Red Green Blue C M Y K H S L
Decimal 170 246 50 0.31 0 0.80 0.04 83.27 0.92 0.58
Hex AA F6 32 1F 0 50 4 53 5C 3A
Octal 252 366 62 37 0 120 4 123 134 72
Binary 10101010 11110110 110010 11111 0 1010000 100 1010011 1011100 111010

Color Harmonies of #AAF632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF632

Black with #AAF632

Text Example


Text Example

White with #AAF632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF632; }

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

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

background-color css

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

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

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

border-color css

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

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

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