Html Css Color HEX #AAFD09 Spring Bud

📋 copy color: '#AAFD09'

red 170 ◦ green 253 ◦ blue 9

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

Shades of Spring Bud #AAFD09

Tints of Spring Bud #AAFD09

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.56%

 BLUE value IS 9 (3.91% from 255) = 2.08%

R = 39.35%
G = 58.56%
B = 2.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#AAFD09 (or 0xAAFD09) is known color: Spring Bud. HEX triplet: AA, FD and 09. RGB value is (170,253,9). Sum of RGB (Red+Green+Blue) = 170+253+9=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD09 is #5502F6. Grayscale: #C9C9C9. Windows color (decimal): -5571319 or 654762. OLE color: 654762.

HSL color Cylindrical-coordinate representation of color #AAFD09: hue angle of 80.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFD09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 9 -
CMYK 0.33 0 0.96 0.01
HSL 80.41º 0.98% 0.51% -
HSV(B) 80.41º 0.96% 0.99% -
XYZ 51.75 78.82 12.74 -
YUV 200.37 20 106.34 -
System Red Green Blue C M Y K H S L
Decimal 170 253 9 0.33 0 0.96 0.01 80.41 0.98 0.51
Hex AA FD 9 21 0 60 1 50 62 33
Octal 252 375 11 41 0 140 1 120 142 63
Binary 10101010 11111101 1001 100001 0 1100000 1 1010000 1100010 110011

Color Harmonies of #AAFD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD09

Black with #AAFD09

Text Example


Text Example

White with #AAFD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD09; }

 p { color: rgb(170,253,9); }

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

background-color css

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

 a { background-color: rgb(170,253,9); }

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

border-color css

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

 span { border-color: rgb(170,253,9); }

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