Html Css Color HEX #AAEF03 Spring Bud

📋 copy color: '#AAEF03'

red 170 ◦ green 239 ◦ blue 3

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

Shades of Spring Bud #AAEF03

Tints of Spring Bud #AAEF03

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.01%

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

R = 41.26%
G = 58.01%
B = 0.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#AAEF03 (or 0xAAEF03) is known color: Spring Bud. HEX triplet: AA, EF and 03. RGB value is (170,239,3). Sum of RGB (Red+Green+Blue) = 170+239+3=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF03 is #5510FC. Grayscale: #C0C0C0. Windows color (decimal): -5574909 or 257962. OLE color: 257962.

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

Color convert

RGB 170 239 3 -
CMYK 0.29 0 0.99 0.06
HSL 77.54º 0.98% 0.47% -
HSV(B) 77.54º 0.99% 0.94% -
XYZ 47.46 70.29 11.15 -
YUV 191.47 21.64 112.69 -
System Red Green Blue C M Y K H S L
Decimal 170 239 3 0.29 0 0.99 0.06 77.54 0.98 0.47
Hex AA EF 3 1D 0 63 6 4E 62 2F
Octal 252 357 3 35 0 143 6 116 142 57
Binary 10101010 11101111 11 11101 0 1100011 110 1001110 1100010 101111

Color Harmonies of #AAEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF03

Black with #AAEF03

Text Example


Text Example

White with #AAEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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