Html Css Color HEX #AAF73D Green Yellow

📋 copy color: '#AAF73D'

red 170 ◦ green 247 ◦ blue 61

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

Shades of Green Yellow #AAF73D

Tints of Green Yellow #AAF73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.67%

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

R = 35.56%
G = 51.67%
B = 12.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#AAF73D (or 0xAAF73D) is known color: Green Yellow. HEX triplet: AA, F7 and 3D. RGB value is (170,247,61). Sum of RGB (Red+Green+Blue) = 170+247+61=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF73D is #5508C2. Grayscale: #CBCBCB. Windows color (decimal): -5572803 or 4061098. OLE color: 4061098.

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

Color convert

RGB 170 247 61 -
CMYK 0.31 0 0.75 0.03
HSL 84.84º 0.92% 0.6% -
HSV(B) 84.84º 0.75% 0.97% -
XYZ 50.68 75.4 16.3 -
YUV 202.77 47.99 104.62 -
System Red Green Blue C M Y K H S L
Decimal 170 247 61 0.31 0 0.75 0.03 84.84 0.92 0.6
Hex AA F7 3D 1F 0 4B 3 55 5C 3C
Octal 252 367 75 37 0 113 3 125 134 74
Binary 10101010 11110111 111101 11111 0 1001011 11 1010101 1011100 111100

Color Harmonies of #AAF73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF73D

Black with #AAF73D

Text Example


Text Example

White with #AAF73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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