Html Css Color HEX #AAED02 Spring Bud

📋 copy color: '#AAED02'

red 170 ◦ green 237 ◦ blue 2

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

Shades of Spring Bud #AAED02

Tints of Spring Bud #AAED02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 41.56%
G = 57.95%
B = 0.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AAED02 (or 0xAAED02) is known color: Spring Bud. HEX triplet: AA, ED and 02. RGB value is (170,237,2). Sum of RGB (Red+Green+Blue) = 170+237+2=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAED02 is #5512FD. Grayscale: #BFBFBF. Windows color (decimal): -5575422 or 191914. OLE color: 191914.

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

Color convert

RGB 170 237 2 -
CMYK 0.28 0 0.99 0.07
HSL 77.11º 0.98% 0.47% -
HSV(B) 77.11º 0.99% 0.93% -
XYZ 46.87 69.12 10.93 -
YUV 190.18 21.8 113.61 -
System Red Green Blue C M Y K H S L
Decimal 170 237 2 0.28 0 0.99 0.07 77.11 0.98 0.47
Hex AA ED 2 1C 0 63 7 4D 62 2F
Octal 252 355 2 34 0 143 7 115 142 57
Binary 10101010 11101101 10 11100 0 1100011 111 1001101 1100010 101111

Color Harmonies of #AAED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED02

Black with #AAED02

Text Example


Text Example

White with #AAED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED02; }

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

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

background-color css

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

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

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

border-color css

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

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

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