#AEFF42

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

Shades of Green Yellow #AEFF42

Tints of Green Yellow #AEFF42

Color information

#AEFF42 (or 0xAEFF42) is unknown color: approx Green Yellow. HEX triplet: AE, FF and 42. RGB value is (174,255,66). Sum of RGB (Red+Green+Blue) = 174+255+66=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF42 is #5100BD. Grayscale: #D1D1D1. Windows color (decimal): -5308606 or 4390830. OLE color: 4390830.

HSL color Cylindrical-coordinate representation of color #AEFF42: hue angle of 85.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEFF42 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB17425566-
CMYK0.3200.740
HSL85.71º100%62.94%-
HSV(B)85.71º74.12%100%-
XYZ54.280.9117.92-
YUV209.2447.16102.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 66 (26.17% from 255) = 13.33%
R=35.15%
G=51.52%
B=13.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174255660.3200.74085.7110062.94
HexAEFF422004A056643f
Octal256377102400112012614477
Binary1010111011111111100001010000001001010010101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF42; }

 p { color: rgb(174,255,66); }

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

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

 a { background-color: rgb(174,255,66); }

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

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

 span { border-color: rgb(174,255,66); }

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