#AEEC5F

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

Shades of Conifer #AEEC5F

Tints of Conifer #AEEC5F

Color information

#AEEC5F (or 0xAEEC5F) is unknown color: approx Conifer. HEX triplet: AE, EC and 5F. RGB value is (174,236,95). Sum of RGB (Red+Green+Blue) = 174+236+95=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC5F is #5113A0. Grayscale: #C9C9C9. Windows color (decimal): -5313441 or 6286510. OLE color: 6286510.

HSL color Cylindrical-coordinate representation of color #AEEC5F: hue angle of 86.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEEC5F is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB17423695-
CMYK0.2600.600.07
HSL86.38º78.77%64.9%-
HSV(B)86.38º59.75%92.55%-
XYZ49.5269.8221.69-
YUV201.3967.96108.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 236 (92.58% from 255) = 46.73%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=34.46%
G=46.73%
B=18.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174236950.2600.600.0786.3878.7764.9
HexAEEC5F1A03C7564f41
Octal256354137320747126117101
Binary10101110111011001011111110100111100111101011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEC5F; }

 p { color: rgb(174,236,95); }

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

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

 a { background-color: rgb(174,236,95); }

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

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

 span { border-color: rgb(174,236,95); }

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