Html Css Color HEX #AAF74A Green Yellow

📋 copy color: '#AAF74A'

red 170 ◦ green 247 ◦ blue 74

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

Shades of Green Yellow #AAF74A

Tints of Green Yellow #AAF74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 34.62%
G = 50.31%
B = 15.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#AAF74A (or 0xAAF74A) is known color: Green Yellow. HEX triplet: AA, F7 and 4A. RGB value is (170,247,74). Sum of RGB (Red+Green+Blue) = 170+247+74=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF74A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF74A is #5508B5. Grayscale: #CCCCCC. Windows color (decimal): -5572790 or 4913066. OLE color: 4913066.

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

Color convert

RGB 170 247 74 -
CMYK 0.31 0 0.70 0.03
HSL 86.71º 0.92% 0.63% -
HSV(B) 86.71º 0.7% 0.97% -
XYZ 51.07 75.56 18.37 -
YUV 204.26 54.49 103.57 -
System Red Green Blue C M Y K H S L
Decimal 170 247 74 0.31 0 0.70 0.03 86.71 0.92 0.63
Hex AA F7 4A 1F 0 46 3 57 5C 3F
Octal 252 367 112 37 0 106 3 127 134 77
Binary 10101010 11110111 1001010 11111 0 1000110 11 1010111 1011100 111111

Color Harmonies of #AAF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF74A

Black with #AAF74A

Text Example


Text Example

White with #AAF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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