#AEFE17

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

Shades of Spring Bud #AEFE17

Tints of Spring Bud #AEFE17

Color information

#AEFE17 (or 0xAEFE17) is unknown color: approx Spring Bud. HEX triplet: AE, FE and 17. RGB value is (174,254,23). Sum of RGB (Red+Green+Blue) = 174+254+23=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE17 is #5101E8. Grayscale: #CCCCCC. Windows color (decimal): -5308905 or 1572526. OLE color: 1572526.

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

Color convert

RGB17425423-
CMYK0.3100.910.00
HSL80.78º99.14%54.31%-
HSV(B)80.78º90.94%99.61%-
XYZ53.0579.9413.45-
YUV203.7526106.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 254 (99.61% from 255) = 56.32%
BLUE value IS 23 (9.38% from 255) = 5.10%
R=38.58%
G=56.32%
B=5.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174254230.3100.910.0080.7899.1454.31
HexAEFE171F05B0516336
Octal25637627370133012114366
Binary1010111011111110101111111101011011010100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFE17; }

 p { color: rgb(174,254,23); }

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

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

 a { background-color: rgb(174,254,23); }

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

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

 span { border-color: rgb(174,254,23); }

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