Html Css Color HEX #AAF445 Green Yellow

📋 copy color: '#AAF445'

red 170 ◦ green 244 ◦ blue 69

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

Shades of Green Yellow #AAF445

Tints of Green Yellow #AAF445

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.52%

 BLUE value IS 69 (27.34% from 255) = 14.29%

R = 35.2%
G = 50.52%
B = 14.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#AAF445 (or 0xAAF445) is known color: Green Yellow. HEX triplet: AA, F4 and 45. RGB value is (170,244,69). Sum of RGB (Red+Green+Blue) = 170+244+69=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF445 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF445 is #550BBA. Grayscale: #CACACA. Windows color (decimal): -5573563 or 4584618. OLE color: 4584618.

HSL color Cylindrical-coordinate representation of color #AAF445: hue angle of 85.37º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF445 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 69 -
CMYK 0.30 0 0.72 0.04
HSL 85.37º 0.89% 0.61% -
HSV(B) 85.37º 0.72% 0.96% -
XYZ 50 73.68 17.22 -
YUV 201.92 52.98 105.23 -
System Red Green Blue C M Y K H S L
Decimal 170 244 69 0.30 0 0.72 0.04 85.37 0.89 0.61
Hex AA F4 45 1E 0 48 4 55 59 3D
Octal 252 364 105 36 0 110 4 125 131 75
Binary 10101010 11110100 1000101 11110 0 1001000 100 1010101 1011001 111101

Color Harmonies of #AAF445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF445

Black with #AAF445

Text Example


Text Example

White with #AAF445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF445; }

 p { color: rgb(170,244,69); }

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

background-color css

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

 a { background-color: rgb(170,244,69); }

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

border-color css

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

 span { border-color: rgb(170,244,69); }

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