Html Css Color HEX #AAF83C Green Yellow

📋 copy color: '#AAF83C'

red 170 ◦ green 248 ◦ blue 60

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

Shades of Green Yellow #AAF83C

Tints of Green Yellow #AAF83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.55%

R = 35.56%
G = 51.88%
B = 12.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#AAF83C (or 0xAAF83C) is known color: Green Yellow. HEX triplet: AA, F8 and 3C. RGB value is (170,248,60). Sum of RGB (Red+Green+Blue) = 170+248+60=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF83C is #5507C3. Grayscale: #CBCBCB. Windows color (decimal): -5572548 or 3995818. OLE color: 3995818.

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

Color convert

RGB 170 248 60 -
CMYK 0.31 0 0.76 0.03
HSL 84.89º 0.93% 0.6% -
HSV(B) 84.89º 0.76% 0.97% -
XYZ 50.96 76.01 16.26 -
YUV 203.25 47.16 104.29 -
System Red Green Blue C M Y K H S L
Decimal 170 248 60 0.31 0 0.76 0.03 84.89 0.93 0.6
Hex AA F8 3C 1F 0 4C 3 55 5D 3C
Octal 252 370 74 37 0 114 3 125 135 74
Binary 10101010 11111000 111100 11111 0 1001100 11 1010101 1011101 111100

Color Harmonies of #AAF83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF83C

Black with #AAF83C

Text Example


Text Example

White with #AAF83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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