Html Css Color HEX #AAF803 Spring Bud

📋 copy color: '#AAF803'

red 170 ◦ green 248 ◦ blue 3

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

Shades of Spring Bud #AAF803

Tints of Spring Bud #AAF803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.91%

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

R = 40.38%
G = 58.91%
B = 0.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#AAF803 (or 0xAAF803) is known color: Spring Bud. HEX triplet: AA, F8 and 03. RGB value is (170,248,3). Sum of RGB (Red+Green+Blue) = 170+248+3=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF803 is #5507FC. Grayscale: #C5C5C5. Windows color (decimal): -5572605 or 260266. OLE color: 260266.

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

Color convert

RGB 170 248 3 -
CMYK 0.31 0 0.99 0.03
HSL 79.1º 0.98% 0.49% -
HSV(B) 79.1º 0.99% 0.97% -
XYZ 50.16 75.69 12.05 -
YUV 196.75 18.66 108.92 -
System Red Green Blue C M Y K H S L
Decimal 170 248 3 0.31 0 0.99 0.03 79.1 0.98 0.49
Hex AA F8 3 1F 0 63 3 4F 62 31
Octal 252 370 3 37 0 143 3 117 142 61
Binary 10101010 11111000 11 11111 0 1100011 11 1001111 1100010 110001

Color Harmonies of #AAF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF803

Black with #AAF803

Text Example


Text Example

White with #AAF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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