Html Css Color HEX #AAFF08 Spring Bud

📋 copy color: '#AAFF08'

red 170 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #AAFF08

Tints of Spring Bud #AAFF08

RGB

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

 GREEN value IS 255 (100% from 255) = 58.89%

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

R = 39.26%
G = 58.89%
B = 1.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#AAFF08 (or 0xAAFF08) is known color: Spring Bud. HEX triplet: AA, FF and 08. RGB value is (170,255,8). Sum of RGB (Red+Green+Blue) = 170+255+8=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF08 is #5500F7. Grayscale: #CACACA. Windows color (decimal): -5570808 or 589738. OLE color: 589738.

HSL color Cylindrical-coordinate representation of color #AAFF08: hue angle of 80.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAFF08 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 8 -
CMYK 0.33 0 0.97 0
HSL 80.65º 1% 0.52% -
HSV(B) 80.65º 0.97% 1% -
XYZ 52.38 80.08 12.93 -
YUV 201.43 18.84 105.58 -
System Red Green Blue C M Y K H S L
Decimal 170 255 8 0.33 0 0.97 0 80.65 1 0.52
Hex AA FF 8 21 0 61 0 51 64 34
Octal 252 377 10 41 0 141 0 121 144 64
Binary 10101010 11111111 1000 100001 0 1100001 0 1010001 1100100 110100

Color Harmonies of #AAFF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF08

Black with #AAFF08

Text Example


Text Example

White with #AAFF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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