Html Css Color HEX #AAF84C Green Yellow

📋 copy color: '#AAF84C'

red 170 ◦ green 248 ◦ blue 76

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

Shades of Green Yellow #AAF84C

Tints of Green Yellow #AAF84C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.2%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 34.41%
G = 50.2%
B = 15.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#AAF84C (or 0xAAF84C) is known color: Green Yellow. HEX triplet: AA, F8 and 4C. RGB value is (170,248,76). Sum of RGB (Red+Green+Blue) = 170+248+76=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF84C is #5507B3. Grayscale: #CDCDCD. Windows color (decimal): -5572532 or 5044394. OLE color: 5044394.

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

Color convert

RGB 170 248 76 -
CMYK 0.31 0 0.69 0.03
HSL 87.21º 0.92% 0.64% -
HSV(B) 87.21º 0.69% 0.97% -
XYZ 51.45 76.2 18.83 -
YUV 205.07 55.16 102.99 -
System Red Green Blue C M Y K H S L
Decimal 170 248 76 0.31 0 0.69 0.03 87.21 0.92 0.64
Hex AA F8 4C 1F 0 45 3 57 5C 40
Octal 252 370 114 37 0 105 3 127 134 100
Binary 10101010 11111000 1001100 11111 0 1000101 11 1010111 1011100 1000000

Color Harmonies of #AAF84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF84C

Black with #AAF84C

Text Example


Text Example

White with #AAF84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF84C; }

 p { color: rgb(170,248,76); }

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

background-color css

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

 a { background-color: rgb(170,248,76); }

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

border-color css

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

 span { border-color: rgb(170,248,76); }

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