#AEFB46

Color #AEFB46 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AEFB46

Tints of Green Yellow #AEFB46

Color information

#AEFB46 (or 0xAEFB46) is unknown color: approx Green Yellow. HEX triplet: AE, FB and 46. RGB value is (174,251,70). Sum of RGB (Red+Green+Blue) = 174+251+70=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFB46 is #5104B9. Grayscale: #CFCFCF. Windows color (decimal): -5309626 or 4651950. OLE color: 4651950.

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

Color convert

RGB17425170-
CMYK0.3100.720.02
HSL85.52º95.77%62.94%-
HSV(B)85.52º72.11%98.43%-
XYZ53.0678.4418.14-
YUV207.3450.49104.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 251 (98.44% from 255) = 50.71%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=35.15%
G=50.71%
B=14.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174251700.3100.720.0285.5295.7762.94
HexAEFB461F048256603f
Octal256373106370110212614077
Binary1010111011111011100011011111010010001010101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFB46; }

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

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

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

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

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

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

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

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