Html Css Color HEX #AAF540 Green Yellow

📋 copy color: '#AAF540'

red 170 ◦ green 245 ◦ blue 64

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

Shades of Green Yellow #AAF540

Tints of Green Yellow #AAF540

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.15%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 35.49%
G = 51.15%
B = 13.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#AAF540 (or 0xAAF540) is known color: Green Yellow. HEX triplet: AA, F5 and 40. RGB value is (170,245,64). Sum of RGB (Red+Green+Blue) = 170+245+64=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF540 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF540 is #550ABF. Grayscale: #CACACA. Windows color (decimal): -5573312 or 4257194. OLE color: 4257194.

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

Color convert

RGB 170 245 64 -
CMYK 0.31 0 0.74 0.04
HSL 84.86º 0.9% 0.61% -
HSV(B) 84.86º 0.74% 0.96% -
XYZ 50.16 74.22 16.53 -
YUV 201.94 50.15 105.22 -
System Red Green Blue C M Y K H S L
Decimal 170 245 64 0.31 0 0.74 0.04 84.86 0.9 0.61
Hex AA F5 40 1F 0 4A 4 55 5A 3D
Octal 252 365 100 37 0 112 4 125 132 75
Binary 10101010 11110101 1000000 11111 0 1001010 100 1010101 1011010 111101

Color Harmonies of #AAF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF540

Black with #AAF540

Text Example


Text Example

White with #AAF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF540; }

 p { color: rgb(170,245,64); }

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

background-color css

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

 a { background-color: rgb(170,245,64); }

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

border-color css

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

 span { border-color: rgb(170,245,64); }

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