Html Css Color HEX #AAEE05 Spring Bud

📋 copy color: '#AAEE05'

red 170 ◦ green 238 ◦ blue 5

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

Shades of Spring Bud #AAEE05

Tints of Spring Bud #AAEE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.63%

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

R = 41.16%
G = 57.63%
B = 1.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#AAEE05 (or 0xAAEE05) is known color: Spring Bud. HEX triplet: AA, EE and 05. RGB value is (170,238,5). Sum of RGB (Red+Green+Blue) = 170+238+5=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 238 (93.36% from 255 or 57.63% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE05 is #5511FA. Grayscale: #BFBFBF. Windows color (decimal): -5575163 or 388778. OLE color: 388778.

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

Color convert

RGB 170 238 5 -
CMYK 0.29 0 0.98 0.07
HSL 77.51º 0.96% 0.48% -
HSV(B) 77.51º 0.98% 0.93% -
XYZ 47.18 69.71 11.11 -
YUV 191.11 22.97 112.95 -
System Red Green Blue C M Y K H S L
Decimal 170 238 5 0.29 0 0.98 0.07 77.51 0.96 0.48
Hex AA EE 5 1D 0 62 7 4E 60 30
Octal 252 356 5 35 0 142 7 116 140 60
Binary 10101010 11101110 101 11101 0 1100010 111 1001110 1100000 110000

Color Harmonies of #AAEE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE05

Black with #AAEE05

Text Example


Text Example

White with #AAEE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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