Html Css Color HEX #AAF903 Spring Bud

📋 copy color: '#AAF903'

red 170 ◦ green 249 ◦ blue 3

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

Shades of Spring Bud #AAF903

Tints of Spring Bud #AAF903

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59%

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

R = 40.28%
G = 59%
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

#AAF903 (or 0xAAF903) is known color: Spring Bud. HEX triplet: AA, F9 and 03. RGB value is (170,249,3). Sum of RGB (Red+Green+Blue) = 170+249+3=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF903 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF903 is #5506FC. Grayscale: #C6C6C6. Windows color (decimal): -5572349 or 260522. OLE color: 260522.

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

Color convert

RGB 170 249 3 -
CMYK 0.32 0 0.99 0.02
HSL 79.27º 0.98% 0.49% -
HSV(B) 79.27º 0.99% 0.98% -
XYZ 50.47 76.3 12.15 -
YUV 197.34 18.33 108.5 -
System Red Green Blue C M Y K H S L
Decimal 170 249 3 0.32 0 0.99 0.02 79.27 0.98 0.49
Hex AA F9 3 20 0 63 2 4F 62 31
Octal 252 371 3 40 0 143 2 117 142 61
Binary 10101010 11111001 11 100000 0 1100011 10 1001111 1100010 110001

Color Harmonies of #AAF903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF903

Black with #AAF903

Text Example


Text Example

White with #AAF903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF903; }

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

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

background-color css

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

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

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

border-color css

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

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

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