#AEED57

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

Shades of Conifer #AEED57

Tints of Conifer #AEED57

Color information

#AEED57 (or 0xAEED57) is unknown color: approx Conifer. HEX triplet: AE, ED and 57. RGB value is (174,237,87). Sum of RGB (Red+Green+Blue) = 174+237+87=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED57 is #5112A8. Grayscale: #C9C9C9. Windows color (decimal): -5313193 or 5762478. OLE color: 5762478.

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

Color convert

RGB17423787-
CMYK0.2700.630.07
HSL85.2º80.65%63.53%-
HSV(B)85.2º63.29%92.94%-
XYZ49.4670.2619.97-
YUV201.0663.63108.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 237 (92.97% from 255) = 47.59%
BLUE value IS 87 (34.38% from 255) = 17.47%
R=34.94%
G=47.59%
B=17.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237870.2700.630.0785.280.6563.53
HexAEED571B03F7555140
Octal256355127330777125121100
Binary10101110111011011010111110110111111111101010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED57; }

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

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

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

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

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

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

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

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