Html Css Color HEX #AAF816 Spring Bud

📋 copy color: '#AAF816'

red 170 ◦ green 248 ◦ blue 22

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

Shades of Spring Bud #AAF816

Tints of Spring Bud #AAF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5%

R = 38.64%
G = 56.36%
B = 5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#AAF816 (or 0xAAF816) is known color: Spring Bud. HEX triplet: AA, F8 and 16. RGB value is (170,248,22). Sum of RGB (Red+Green+Blue) = 170+248+22=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF816 is #5507E9. Grayscale: #C7C7C7. Windows color (decimal): -5572586 or 1505450. OLE color: 1505450.

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

Color convert

RGB 170 248 22 -
CMYK 0.31 0 0.91 0.03
HSL 80.71º 0.94% 0.53% -
HSV(B) 80.71º 0.91% 0.97% -
XYZ 50.29 75.74 12.73 -
YUV 198.91 28.16 107.38 -
System Red Green Blue C M Y K H S L
Decimal 170 248 22 0.31 0 0.91 0.03 80.71 0.94 0.53
Hex AA F8 16 1F 0 5B 3 51 5E 35
Octal 252 370 26 37 0 133 3 121 136 65
Binary 10101010 11111000 10110 11111 0 1011011 11 1010001 1011110 110101

Color Harmonies of #AAF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF816

Black with #AAF816

Text Example


Text Example

White with #AAF816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF816; }

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

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

background-color css

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

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

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

border-color css

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

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

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