Html Css Color HEX #AAF541 Green Yellow

📋 copy color: '#AAF541'

red 170 ◦ green 245 ◦ blue 65

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

Shades of Green Yellow #AAF541

Tints of Green Yellow #AAF541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 35.42%
G = 51.04%
B = 13.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#AAF541 (or 0xAAF541) is known color: Green Yellow. HEX triplet: AA, F5 and 41. RGB value is (170,245,65). Sum of RGB (Red+Green+Blue) = 170+245+65=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF541 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF541 is #550ABE. Grayscale: #CACACA. Windows color (decimal): -5573311 or 4322730. OLE color: 4322730.

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

Color convert

RGB 170 245 65 -
CMYK 0.31 0 0.73 0.04
HSL 85º 0.9% 0.61% -
HSV(B) 85º 0.73% 0.96% -
XYZ 50.18 74.23 16.68 -
YUV 202.06 50.65 105.14 -
System Red Green Blue C M Y K H S L
Decimal 170 245 65 0.31 0 0.73 0.04 85 0.9 0.61
Hex AA F5 41 1F 0 49 4 55 5A 3D
Octal 252 365 101 37 0 111 4 125 132 75
Binary 10101010 11110101 1000001 11111 0 1001001 100 1010101 1011010 111101

Color Harmonies of #AAF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF541

Black with #AAF541

Text Example


Text Example

White with #AAF541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF541; }

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

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

background-color css

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

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

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

border-color css

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

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

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