Html Css Color HEX #AAFA09 Spring Bud

📋 copy color: '#AAFA09'

red 170 ◦ green 250 ◦ blue 9

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

Shades of Spring Bud #AAFA09

Tints of Spring Bud #AAFA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.28%

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

R = 39.63%
G = 58.28%
B = 2.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#AAFA09 (or 0xAAFA09) is known color: Spring Bud. HEX triplet: AA, FA and 09. RGB value is (170,250,9). Sum of RGB (Red+Green+Blue) = 170+250+9=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA09 is #5505F6. Grayscale: #C7C7C7. Windows color (decimal): -5572087 or 653994. OLE color: 653994.

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

Color convert

RGB 170 250 9 -
CMYK 0.32 0 0.96 0.02
HSL 79.92º 0.96% 0.51% -
HSV(B) 79.92º 0.96% 0.98% -
XYZ 50.81 76.94 12.43 -
YUV 198.61 21 107.6 -
System Red Green Blue C M Y K H S L
Decimal 170 250 9 0.32 0 0.96 0.02 79.92 0.96 0.51
Hex AA FA 9 20 0 60 2 50 60 33
Octal 252 372 11 40 0 140 2 120 140 63
Binary 10101010 11111010 1001 100000 0 1100000 10 1010000 1100000 110011

Color Harmonies of #AAFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA09

Black with #AAFA09

Text Example


Text Example

White with #AAFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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