Html Css Color HEX #AAF509 Spring Bud

📋 copy color: '#AAF509'

red 170 ◦ green 245 ◦ blue 9

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

Shades of Spring Bud #AAF509

Tints of Spring Bud #AAF509

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.78%

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

R = 40.09%
G = 57.78%
B = 2.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#AAF509 (or 0xAAF509) is known color: Spring Bud. HEX triplet: AA, F5 and 09. RGB value is (170,245,9). Sum of RGB (Red+Green+Blue) = 170+245+9=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF509 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF509 is #550AF6. Grayscale: #C4C4C4. Windows color (decimal): -5573367 or 652714. OLE color: 652714.

HSL color Cylindrical-coordinate representation of color #AAF509: hue angle of 79.07º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAF509 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 9 -
CMYK 0.31 0 0.96 0.04
HSL 79.07º 0.93% 0.5% -
HSV(B) 79.07º 0.96% 0.96% -
XYZ 49.28 73.87 11.92 -
YUV 195.67 22.65 109.69 -
System Red Green Blue C M Y K H S L
Decimal 170 245 9 0.31 0 0.96 0.04 79.07 0.93 0.5
Hex AA F5 9 1F 0 60 4 4F 5D 32
Octal 252 365 11 37 0 140 4 117 135 62
Binary 10101010 11110101 1001 11111 0 1100000 100 1001111 1011101 110010

Color Harmonies of #AAF509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF509

Black with #AAF509

Text Example


Text Example

White with #AAF509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF509; }

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

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

background-color css

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

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

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

border-color css

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

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

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