Html Css Color HEX #AAF535 Green Yellow

📋 copy color: '#AAF535'

red 170 ◦ green 245 ◦ blue 53

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

Shades of Green Yellow #AAF535

Tints of Green Yellow #AAF535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 36.32%
G = 52.35%
B = 11.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#AAF535 (or 0xAAF535) is known color: Green Yellow. HEX triplet: AA, F5 and 35. RGB value is (170,245,53). Sum of RGB (Red+Green+Blue) = 170+245+53=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF535 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF535 is #550ACA. Grayscale: #C9C9C9. Windows color (decimal): -5573323 or 3536298. OLE color: 3536298.

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

Color convert

RGB 170 245 53 -
CMYK 0.31 0 0.78 0.04
HSL 83.44º 0.91% 0.58% -
HSV(B) 83.44º 0.78% 0.96% -
XYZ 49.87 74.11 15.04 -
YUV 200.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 170 245 53 0.31 0 0.78 0.04 83.44 0.91 0.58
Hex AA F5 35 1F 0 4E 4 53 5B 3A
Octal 252 365 65 37 0 116 4 123 133 72
Binary 10101010 11110101 110101 11111 0 1001110 100 1010011 1011011 111010

Color Harmonies of #AAF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF535

Black with #AAF535

Text Example


Text Example

White with #AAF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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