Html Css Color HEX #AAED05 Spring Bud

📋 copy color: '#AAED05'

red 170 ◦ green 237 ◦ blue 5

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

Shades of Spring Bud #AAED05

Tints of Spring Bud #AAED05

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.52%

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

R = 41.26%
G = 57.52%
B = 1.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#AAED05 (or 0xAAED05) is known color: Spring Bud. HEX triplet: AA, ED and 05. RGB value is (170,237,5). Sum of RGB (Red+Green+Blue) = 170+237+5=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 237 (92.97% from 255 or 57.52% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAED05 is #5512FA. Grayscale: #BFBFBF. Windows color (decimal): -5575419 or 388522. OLE color: 388522.

HSL color Cylindrical-coordinate representation of color #AAED05: hue angle of 77.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAED05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 5 -
CMYK 0.28 0 0.98 0.07
HSL 77.33º 0.96% 0.47% -
HSV(B) 77.33º 0.98% 0.93% -
XYZ 46.89 69.13 11.01 -
YUV 190.52 23.3 113.36 -
System Red Green Blue C M Y K H S L
Decimal 170 237 5 0.28 0 0.98 0.07 77.33 0.96 0.47
Hex AA ED 5 1C 0 62 7 4D 60 2F
Octal 252 355 5 34 0 142 7 115 140 57
Binary 10101010 11101101 101 11100 0 1100010 111 1001101 1100000 101111

Color Harmonies of #AAED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED05

Black with #AAED05

Text Example


Text Example

White with #AAED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED05; }

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

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

background-color css

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

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

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

border-color css

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

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

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