Html Css Color HEX #AAEF04 Spring Bud

📋 copy color: '#AAEF04'

red 170 ◦ green 239 ◦ blue 4

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

Shades of Spring Bud #AAEF04

Tints of Spring Bud #AAEF04

RGB

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

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

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

R = 41.16%
G = 57.87%
B = 0.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#AAEF04 (or 0xAAEF04) is known color: Spring Bud. HEX triplet: AA, EF and 04. RGB value is (170,239,4). Sum of RGB (Red+Green+Blue) = 170+239+4=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF04 is #5510FB. Grayscale: #C0C0C0. Windows color (decimal): -5574908 or 323498. OLE color: 323498.

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

Color convert

RGB 170 239 4 -
CMYK 0.29 0 0.98 0.06
HSL 77.62º 0.97% 0.48% -
HSV(B) 77.62º 0.98% 0.94% -
XYZ 47.47 70.29 11.18 -
YUV 191.58 22.14 112.61 -
System Red Green Blue C M Y K H S L
Decimal 170 239 4 0.29 0 0.98 0.06 77.62 0.97 0.48
Hex AA EF 4 1D 0 62 6 4E 61 30
Octal 252 357 4 35 0 142 6 116 141 60
Binary 10101010 11101111 100 11101 0 1100010 110 1001110 1100001 110000

Color Harmonies of #AAEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF04

Black with #AAEF04

Text Example


Text Example

White with #AAEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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