#AEFF1C

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

Shades of Green Yellow #AEFF1C

Tints of Green Yellow #AEFF1C

Color information

#AEFF1C (or 0xAEFF1C) is unknown color: approx Green Yellow. HEX triplet: AE, FF and 1C. RGB value is (174,255,28). Sum of RGB (Red+Green+Blue) = 174+255+28=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF1C is #5100E3. Grayscale: #CDCDCD. Windows color (decimal): -5308644 or 1900462. OLE color: 1900462.

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

Color convert

RGB17425528-
CMYK0.3200.890
HSL81.41º100%55.49%-
HSV(B)81.41º89.02%100%-
XYZ53.4380.613.84-
YUV204.928.16105.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 255 (100% from 255) = 55.80%
BLUE value IS 28 (11.33% from 255) = 6.13%
R=38.07%
G=55.80%
B=6.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174255280.3200.89081.4110055.49
HexAEFF1C200590516437
Octal25637734400131012114467
Binary10101110111111111110010000001011001010100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF1C; }

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

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

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

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

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

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

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

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