#AEFD06

Color #AEFD06 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AEFD06

Tints of Spring Bud #AEFD06

Color information

#AEFD06 (or 0xAEFD06) is unknown color: approx Spring Bud. HEX triplet: AE, FD and 06. RGB value is (174,253,6). Sum of RGB (Red+Green+Blue) = 174+253+6=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFD06 is #5102F9. Grayscale: #CACACA. Windows color (decimal): -5309178 or 458158. OLE color: 458158.

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

Color convert

RGB1742536-
CMYK0.3100.980.01
HSL79.19º98.41%50.78%-
HSV(B)79.19º97.63%99.22%-
XYZ52.6179.2612.7-
YUV201.2217.83108.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 253 (99.22% from 255) = 58.43%
BLUE value IS 6 (2.73% from 255) = 1.39%
R=40.18%
G=58.43%
B=1.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17425360.3100.980.0179.1998.4150.78
HexAEFD61F06214f6233
Octal2563756370142111714263
Binary10101110111111011101111101100010110011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFD06; }

 p { color: rgb(174,253,6); }

 H1.HeaderClassName
 {
   color: #AEFD06;
 }
 .AnyTagClassName
 {
   color: #AEFD06;
 }
</style>
background-color css

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

 a { background-color: rgb(174,253,6); }

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

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

 span { border-color: rgb(174,253,6); }

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