Html Css Color HEX #AAEE03 Spring Bud

📋 copy color: '#AAEE03'

red 170 ◦ green 238 ◦ blue 3

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

Shades of Spring Bud #AAEE03

Tints of Spring Bud #AAEE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 41.36%
G = 57.91%
B = 0.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AAEE03 (or 0xAAEE03) is known color: Spring Bud. HEX triplet: AA, EE and 03. RGB value is (170,238,3). Sum of RGB (Red+Green+Blue) = 170+238+3=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE03 is #5511FC. Grayscale: #BFBFBF. Windows color (decimal): -5575165 or 257706. OLE color: 257706.

HSL color Cylindrical-coordinate representation of color #AAEE03: hue angle of 77.36º 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 #AAEE03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 3 -
CMYK 0.29 0 0.99 0.07
HSL 77.36º 0.98% 0.47% -
HSV(B) 77.36º 0.99% 0.93% -
XYZ 47.17 69.7 11.05 -
YUV 190.88 21.97 113.11 -
System Red Green Blue C M Y K H S L
Decimal 170 238 3 0.29 0 0.99 0.07 77.36 0.98 0.47
Hex AA EE 3 1D 0 63 7 4D 62 2F
Octal 252 356 3 35 0 143 7 115 142 57
Binary 10101010 11101110 11 11101 0 1100011 111 1001101 1100010 101111

Color Harmonies of #AAEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE03

Black with #AAEE03

Text Example


Text Example

White with #AAEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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