Html Css Color HEX #AAF403 Spring Bud

📋 copy color: '#AAF403'

red 170 ◦ green 244 ◦ blue 3

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

Shades of Spring Bud #AAF403

Tints of Spring Bud #AAF403

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.51%

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

R = 40.77%
G = 58.51%
B = 0.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#AAF403 (or 0xAAF403) is known color: Spring Bud. HEX triplet: AA, F4 and 03. RGB value is (170,244,3). Sum of RGB (Red+Green+Blue) = 170+244+3=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 244 (95.70% from 255 or 58.51% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF403 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF403 is #550BFC. Grayscale: #C3C3C3. Windows color (decimal): -5573629 or 259242. OLE color: 259242.

HSL color Cylindrical-coordinate representation of color #AAF403: hue angle of 78.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAF403 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 3 -
CMYK 0.30 0 0.99 0.04
HSL 78.42º 0.98% 0.48% -
HSV(B) 78.42º 0.99% 0.96% -
XYZ 48.94 73.25 11.65 -
YUV 194.4 19.98 110.6 -
System Red Green Blue C M Y K H S L
Decimal 170 244 3 0.30 0 0.99 0.04 78.42 0.98 0.48
Hex AA F4 3 1E 0 63 4 4E 62 30
Octal 252 364 3 36 0 143 4 116 142 60
Binary 10101010 11110100 11 11110 0 1100011 100 1001110 1100010 110000

Color Harmonies of #AAF403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF403

Black with #AAF403

Text Example


Text Example

White with #AAF403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF403; }

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

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

background-color css

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

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

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

border-color css

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

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

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