#AEFB0E

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

Shades of Spring Bud #AEFB0E

Tints of Spring Bud #AEFB0E

Color information

#AEFB0E (or 0xAEFB0E) is unknown color: approx Spring Bud. HEX triplet: AE, FB and 0E. RGB value is (174,251,14). Sum of RGB (Red+Green+Blue) = 174+251+14=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFB0E is #5104F1. Grayscale: #C9C9C9. Windows color (decimal): -5309682 or 981934. OLE color: 981934.

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

Color convert

RGB17425114-
CMYK0.3100.940.02
HSL79.49º96.73%51.96%-
HSV(B)79.49º94.42%98.43%-
XYZ52.0378.0212.73-
YUV200.9622.49108.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 251 (98.44% from 255) = 57.18%
BLUE value IS 14 (5.86% from 255) = 3.19%
R=39.64%
G=57.18%
B=3.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174251140.3100.940.0279.4996.7351.96
HexAEFBE1F05E24f6134
Octal25637316370136211714164
Binary1010111011111011111011111010111101010011111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFB0E; }

 p { color: rgb(174,251,14); }

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

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

 a { background-color: rgb(174,251,14); }

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

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

 span { border-color: rgb(174,251,14); }

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