Html Css Color HEX #AAF83A Green Yellow

📋 copy color: '#AAF83A'

red 170 ◦ green 248 ◦ blue 58

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

Shades of Green Yellow #AAF83A

Tints of Green Yellow #AAF83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.18%

R = 35.71%
G = 52.1%
B = 12.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#AAF83A (or 0xAAF83A) is known color: Green Yellow. HEX triplet: AA, F8 and 3A. RGB value is (170,248,58). Sum of RGB (Red+Green+Blue) = 170+248+58=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF83A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF83A is #5507C5. Grayscale: #CBCBCB. Windows color (decimal): -5572550 or 3864746. OLE color: 3864746.

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

Color convert

RGB 170 248 58 -
CMYK 0.31 0 0.77 0.03
HSL 84.63º 0.93% 0.6% -
HSV(B) 84.63º 0.77% 0.97% -
XYZ 50.91 75.99 15.99 -
YUV 203.02 46.16 104.45 -
System Red Green Blue C M Y K H S L
Decimal 170 248 58 0.31 0 0.77 0.03 84.63 0.93 0.6
Hex AA F8 3A 1F 0 4D 3 55 5D 3C
Octal 252 370 72 37 0 115 3 125 135 74
Binary 10101010 11111000 111010 11111 0 1001101 11 1010101 1011101 111100

Color Harmonies of #AAF83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF83A

Black with #AAF83A

Text Example


Text Example

White with #AAF83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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