Html Css Color HEX #AAFD0E Spring Bud

📋 copy color: '#AAFD0E'

red 170 ◦ green 253 ◦ blue 14

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

Shades of Spring Bud #AAFD0E

Tints of Spring Bud #AAFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.89%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 38.9%
G = 57.89%
B = 3.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#AAFD0E (or 0xAAFD0E) is known color: Spring Bud. HEX triplet: AA, FD and 0E. RGB value is (170,253,14). Sum of RGB (Red+Green+Blue) = 170+253+14=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD0E is #5502F1. Grayscale: #C9C9C9. Windows color (decimal): -5571314 or 982442. OLE color: 982442.

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

Color convert

RGB 170 253 14 -
CMYK 0.33 0 0.94 0.01
HSL 80.84º 0.98% 0.52% -
HSV(B) 80.84º 0.94% 0.99% -
XYZ 51.78 78.83 12.9 -
YUV 200.94 22.5 105.93 -
System Red Green Blue C M Y K H S L
Decimal 170 253 14 0.33 0 0.94 0.01 80.84 0.98 0.52
Hex AA FD E 21 0 5E 1 51 62 34
Octal 252 375 16 41 0 136 1 121 142 64
Binary 10101010 11111101 1110 100001 0 1011110 1 1010001 1100010 110100

Color Harmonies of #AAFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD0E

Black with #AAFD0E

Text Example


Text Example

White with #AAFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD0E; }

 p { color: rgb(170,253,14); }

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

background-color css

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

 a { background-color: rgb(170,253,14); }

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

border-color css

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

 span { border-color: rgb(170,253,14); }

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