#AEED38

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

Shades of Green Yellow #AEED38

Tints of Green Yellow #AEED38

Color information

#AEED38 (or 0xAEED38) is unknown color: approx Green Yellow. HEX triplet: AE, ED and 38. RGB value is (174,237,56). Sum of RGB (Red+Green+Blue) = 174+237+56=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED38 is #5112C7. Grayscale: #C6C6C6. Windows color (decimal): -5313224 or 3730862. OLE color: 3730862.

HSL color Cylindrical-coordinate representation of color #AEED38: hue angle of 80.88º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEED38 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB17423756-
CMYK0.2700.760.07
HSL80.88º83.41%57.45%-
HSV(B)80.88º76.37%92.94%-
XYZ48.4569.8514.67-
YUV197.5348.13111.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 237 (92.97% from 255) = 50.75%
BLUE value IS 56 (22.27% from 255) = 11.99%
R=37.26%
G=50.75%
B=11.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237560.2700.760.0780.8883.4157.45
HexAEED381B04C7515339
Octal25635570330114712112371
Binary1010111011101101111000110110100110011110100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED38; }

 p { color: rgb(174,237,56); }

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

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

 a { background-color: rgb(174,237,56); }

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

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

 span { border-color: rgb(174,237,56); }

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