Html Css Color HEX #AAFE0D Spring Bud

📋 copy color: '#AAFE0D'

red 170 ◦ green 254 ◦ blue 13

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

Shades of Spring Bud #AAFE0D

Tints of Spring Bud #AAFE0D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.12%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 38.9%
G = 58.12%
B = 2.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#AAFE0D (or 0xAAFE0D) is known color: Spring Bud. HEX triplet: AA, FE and 0D. RGB value is (170,254,13). Sum of RGB (Red+Green+Blue) = 170+254+13=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE0D is #5501F2. Grayscale: #CACACA. Windows color (decimal): -5571059 or 917162. OLE color: 917162.

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

Color convert

RGB 170 254 13 -
CMYK 0.33 0 0.95 0.00
HSL 80.91º 0.99% 0.52% -
HSV(B) 80.91º 0.95% 1% -
XYZ 52.09 79.46 12.97 -
YUV 201.41 21.67 105.6 -
System Red Green Blue C M Y K H S L
Decimal 170 254 13 0.33 0 0.95 0.00 80.91 0.99 0.52
Hex AA FE D 21 0 5F 0 51 63 34
Octal 252 376 15 41 0 137 0 121 143 64
Binary 10101010 11111110 1101 100001 0 1011111 0 1010001 1100011 110100

Color Harmonies of #AAFE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE0D

Black with #AAFE0D

Text Example


Text Example

White with #AAFE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE0D; }

 p { color: rgb(170,254,13); }

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

background-color css

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

 a { background-color: rgb(170,254,13); }

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

border-color css

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

 span { border-color: rgb(170,254,13); }

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