Html Css Color HEX #AAF534 Green Yellow

📋 copy color: '#AAF534'

red 170 ◦ green 245 ◦ blue 52

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

Shades of Green Yellow #AAF534

Tints of Green Yellow #AAF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 36.4%
G = 52.46%
B = 11.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#AAF534 (or 0xAAF534) is known color: Green Yellow. HEX triplet: AA, F5 and 34. RGB value is (170,245,52). Sum of RGB (Red+Green+Blue) = 170+245+52=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF534 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF534 is #550ACB. Grayscale: #C9C9C9. Windows color (decimal): -5573324 or 3470762. OLE color: 3470762.

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

Color convert

RGB 170 245 52 -
CMYK 0.31 0 0.79 0.04
HSL 83.32º 0.91% 0.58% -
HSV(B) 83.32º 0.79% 0.96% -
XYZ 49.85 74.1 14.92 -
YUV 200.57 44.15 106.19 -
System Red Green Blue C M Y K H S L
Decimal 170 245 52 0.31 0 0.79 0.04 83.32 0.91 0.58
Hex AA F5 34 1F 0 4F 4 53 5B 3A
Octal 252 365 64 37 0 117 4 123 133 72
Binary 10101010 11110101 110100 11111 0 1001111 100 1010011 1011011 111010

Color Harmonies of #AAF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF534

Black with #AAF534

Text Example


Text Example

White with #AAF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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