Html Css Color HEX #AAFA03 Spring Bud

📋 copy color: '#AAFA03'

red 170 ◦ green 250 ◦ blue 3

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

Shades of Spring Bud #AAFA03

Tints of Spring Bud #AAFA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 40.19%
G = 59.1%
B = 0.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#AAFA03 (or 0xAAFA03) is known color: Spring Bud. HEX triplet: AA, FA and 03. RGB value is (170,250,3). Sum of RGB (Red+Green+Blue) = 170+250+3=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA03 is #5505FC. Grayscale: #C6C6C6. Windows color (decimal): -5572093 or 260778. OLE color: 260778.

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

Color convert

RGB 170 250 3 -
CMYK 0.32 0 0.99 0.02
HSL 79.43º 0.98% 0.5% -
HSV(B) 79.43º 0.99% 0.98% -
XYZ 50.78 76.92 12.26 -
YUV 197.92 18 108.08 -
System Red Green Blue C M Y K H S L
Decimal 170 250 3 0.32 0 0.99 0.02 79.43 0.98 0.5
Hex AA FA 3 20 0 63 2 4F 62 32
Octal 252 372 3 40 0 143 2 117 142 62
Binary 10101010 11111010 11 100000 0 1100011 10 1001111 1100010 110010

Color Harmonies of #AAFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA03

Black with #AAFA03

Text Example


Text Example

White with #AAFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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