Html Css Color HEX #AAF74B Green Yellow

📋 copy color: '#AAF74B'

red 170 ◦ green 247 ◦ blue 75

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

Shades of Green Yellow #AAF74B

Tints of Green Yellow #AAF74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 34.55%
G = 50.2%
B = 15.24%

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

#AAF74B (or 0xAAF74B) is known color: Green Yellow. HEX triplet: AA, F7 and 4B. RGB value is (170,247,75). Sum of RGB (Red+Green+Blue) = 170+247+75=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF74B is #5508B4. Grayscale: #CCCCCC. Windows color (decimal): -5572789 or 4978602. OLE color: 4978602.

HSL color Cylindrical-coordinate representation of color #AAF74B: hue angle of 86.86º degrees, saturation: 0.91, 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 #AAF74B is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 75 -
CMYK 0.31 0 0.70 0.03
HSL 86.86º 0.91% 0.63% -
HSV(B) 86.86º 0.7% 0.97% -
XYZ 51.11 75.58 18.55 -
YUV 204.37 54.99 103.49 -
System Red Green Blue C M Y K H S L
Decimal 170 247 75 0.31 0 0.70 0.03 86.86 0.91 0.63
Hex AA F7 4B 1F 0 46 3 57 5B 3F
Octal 252 367 113 37 0 106 3 127 133 77
Binary 10101010 11110111 1001011 11111 0 1000110 11 1010111 1011011 111111

Color Harmonies of #AAF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF74B

Black with #AAF74B

Text Example


Text Example

White with #AAF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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