Html Css Color HEX #AAED04 Spring Bud

📋 copy color: '#AAED04'

red 170 ◦ green 237 ◦ blue 4

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

Shades of Spring Bud #AAED04

Tints of Spring Bud #AAED04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 41.36%
G = 57.66%
B = 0.97%

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

#AAED04 (or 0xAAED04) is known color: Spring Bud. HEX triplet: AA, ED and 04. RGB value is (170,237,4). Sum of RGB (Red+Green+Blue) = 170+237+4=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAED04 is #5512FB. Grayscale: #BFBFBF. Windows color (decimal): -5575420 or 322986. OLE color: 322986.

HSL color Cylindrical-coordinate representation of color #AAED04: hue angle of 77.25º degrees, saturation: 0.97, 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 #AAED04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 4 -
CMYK 0.28 0 0.98 0.07
HSL 77.25º 0.97% 0.47% -
HSV(B) 77.25º 0.98% 0.93% -
XYZ 46.88 69.12 10.99 -
YUV 190.41 22.8 113.45 -
System Red Green Blue C M Y K H S L
Decimal 170 237 4 0.28 0 0.98 0.07 77.25 0.97 0.47
Hex AA ED 4 1C 0 62 7 4D 61 2F
Octal 252 355 4 34 0 142 7 115 141 57
Binary 10101010 11101101 100 11100 0 1100010 111 1001101 1100001 101111

Color Harmonies of #AAED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED04

Black with #AAED04

Text Example


Text Example

White with #AAED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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