Html Css Color HEX #AAF53D Green Yellow

📋 copy color: '#AAF53D'

red 170 ◦ green 245 ◦ blue 61

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

Shades of Green Yellow #AAF53D

Tints of Green Yellow #AAF53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.82%

R = 35.71%
G = 51.47%
B = 12.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#AAF53D (or 0xAAF53D) is known color: Green Yellow. HEX triplet: AA, F5 and 3D. RGB value is (170,245,61). Sum of RGB (Red+Green+Blue) = 170+245+61=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF53D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF53D is #550AC2. Grayscale: #CACACA. Windows color (decimal): -5573315 or 4060586. OLE color: 4060586.

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

Color convert

RGB 170 245 61 -
CMYK 0.31 0 0.75 0.04
HSL 84.46º 0.9% 0.6% -
HSV(B) 84.46º 0.75% 0.96% -
XYZ 50.07 74.19 16.1 -
YUV 201.6 48.65 105.46 -
System Red Green Blue C M Y K H S L
Decimal 170 245 61 0.31 0 0.75 0.04 84.46 0.9 0.6
Hex AA F5 3D 1F 0 4B 4 54 5A 3C
Octal 252 365 75 37 0 113 4 124 132 74
Binary 10101010 11110101 111101 11111 0 1001011 100 1010100 1011010 111100

Color Harmonies of #AAF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF53D

Black with #AAF53D

Text Example


Text Example

White with #AAF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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