Html Css Color HEX #AAF908 Spring Bud

📋 copy color: '#AAF908'

red 170 ◦ green 249 ◦ blue 8

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

Shades of Spring Bud #AAF908

Tints of Spring Bud #AAF908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.31%

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

R = 39.81%
G = 58.31%
B = 1.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#AAF908 (or 0xAAF908) is known color: Spring Bud. HEX triplet: AA, F9 and 08. RGB value is (170,249,8). Sum of RGB (Red+Green+Blue) = 170+249+8=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF908 is #5506F7. Grayscale: #C6C6C6. Windows color (decimal): -5572344 or 588202. OLE color: 588202.

HSL color Cylindrical-coordinate representation of color #AAF908: hue angle of 79.67º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF908 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 8 -
CMYK 0.32 0 0.97 0.02
HSL 79.67º 0.95% 0.5% -
HSV(B) 79.67º 0.97% 0.98% -
XYZ 50.5 76.31 12.3 -
YUV 197.91 20.83 108.1 -
System Red Green Blue C M Y K H S L
Decimal 170 249 8 0.32 0 0.97 0.02 79.67 0.95 0.5
Hex AA F9 8 20 0 61 2 50 5F 32
Octal 252 371 10 40 0 141 2 120 137 62
Binary 10101010 11111001 1000 100000 0 1100001 10 1010000 1011111 110010

Color Harmonies of #AAF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF908

Black with #AAF908

Text Example


Text Example

White with #AAF908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF908; }

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

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

background-color css

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

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

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

border-color css

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

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

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