Html Css Color HEX #AAFC09 Spring Bud

📋 copy color: '#AAFC09'

red 170 ◦ green 252 ◦ blue 9

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

Shades of Spring Bud #AAFC09

Tints of Spring Bud #AAFC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.47%

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

R = 39.44%
G = 58.47%
B = 2.09%

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

#AAFC09 (or 0xAAFC09) is known color: Spring Bud. HEX triplet: AA, FC and 09. RGB value is (170,252,9). Sum of RGB (Red+Green+Blue) = 170+252+9=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC09 is #5503F6. Grayscale: #C8C8C8. Windows color (decimal): -5571575 or 654506. OLE color: 654506.

HSL color Cylindrical-coordinate representation of color #AAFC09: hue angle of 80.25º 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 #AAFC09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 9 -
CMYK 0.33 0 0.96 0.01
HSL 80.25º 0.98% 0.51% -
HSV(B) 80.25º 0.96% 0.99% -
XYZ 51.44 78.19 12.64 -
YUV 199.78 20.33 106.76 -
System Red Green Blue C M Y K H S L
Decimal 170 252 9 0.33 0 0.96 0.01 80.25 0.98 0.51
Hex AA FC 9 21 0 60 1 50 62 33
Octal 252 374 11 41 0 140 1 120 142 63
Binary 10101010 11111100 1001 100001 0 1100000 1 1010000 1100010 110011

Color Harmonies of #AAFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC09

Black with #AAFC09

Text Example


Text Example

White with #AAFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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