Html Css Color HEX #AAFD05 Spring Bud

📋 copy color: '#AAFD05'

red 170 ◦ green 253 ◦ blue 5

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

Shades of Spring Bud #AAFD05

Tints of Spring Bud #AAFD05

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.11%

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 39.72%
G = 59.11%
B = 1.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#AAFD05 (or 0xAAFD05) is known color: Spring Bud. HEX triplet: AA, FD and 05. RGB value is (170,253,5). Sum of RGB (Red+Green+Blue) = 170+253+5=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD05 is #5502FA. Grayscale: #C8C8C8. Windows color (decimal): -5571323 or 392618. OLE color: 392618.

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

Color convert

RGB 170 253 5 -
CMYK 0.33 0 0.98 0.01
HSL 80.08º 0.98% 0.51% -
HSV(B) 80.08º 0.98% 0.99% -
XYZ 51.73 78.81 12.63 -
YUV 199.91 18 106.67 -
System Red Green Blue C M Y K H S L
Decimal 170 253 5 0.33 0 0.98 0.01 80.08 0.98 0.51
Hex AA FD 5 21 0 62 1 50 62 33
Octal 252 375 5 41 0 142 1 120 142 63
Binary 10101010 11111101 101 100001 0 1100010 1 1010000 1100010 110011

Color Harmonies of #AAFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD05

Black with #AAFD05

Text Example


Text Example

White with #AAFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD05; }

 p { color: rgb(170,253,5); }

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

background-color css

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

 a { background-color: rgb(170,253,5); }

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

border-color css

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

 span { border-color: rgb(170,253,5); }

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