Html Css Color HEX #AAF408 Spring Bud

📋 copy color: '#AAF408'

red 170 ◦ green 244 ◦ blue 8

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

Shades of Spring Bud #AAF408

Tints of Spring Bud #AAF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.82%

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 40.28%
G = 57.82%
B = 1.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#AAF408 (or 0xAAF408) is known color: Spring Bud. HEX triplet: AA, F4 and 08. RGB value is (170,244,8). Sum of RGB (Red+Green+Blue) = 170+244+8=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF408 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF408 is #550BF7. Grayscale: #C3C3C3. Windows color (decimal): -5573624 or 586922. OLE color: 586922.

HSL color Cylindrical-coordinate representation of color #AAF408: hue angle of 78.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF408 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 8 -
CMYK 0.30 0 0.97 0.04
HSL 78.81º 0.94% 0.49% -
HSV(B) 78.81º 0.97% 0.96% -
XYZ 48.97 73.26 11.79 -
YUV 194.97 22.48 110.19 -
System Red Green Blue C M Y K H S L
Decimal 170 244 8 0.30 0 0.97 0.04 78.81 0.94 0.49
Hex AA F4 8 1E 0 61 4 4F 5E 31
Octal 252 364 10 36 0 141 4 117 136 61
Binary 10101010 11110100 1000 11110 0 1100001 100 1001111 1011110 110001

Color Harmonies of #AAF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF408

Black with #AAF408

Text Example


Text Example

White with #AAF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF408; }

 p { color: rgb(170,244,8); }

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

background-color css

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

 a { background-color: rgb(170,244,8); }

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

border-color css

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

 span { border-color: rgb(170,244,8); }

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