#AEEC46

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

Shades of Conifer #AEEC46

Tints of Conifer #AEEC46

Color information

#AEEC46 (or 0xAEEC46) is unknown color: approx Conifer. HEX triplet: AE, EC and 46. RGB value is (174,236,70). Sum of RGB (Red+Green+Blue) = 174+236+70=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC46 is #5113B9. Grayscale: #C7C7C7. Windows color (decimal): -5313466 or 4648110. OLE color: 4648110.

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

Color convert

RGB17423670-
CMYK0.2600.700.07
HSL82.41º81.37%60%-
HSV(B)82.41º70.34%92.55%-
XYZ48.5669.4316.64-
YUV198.5455.46110.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 70 (27.73% from 255) = 14.58%
R=36.25%
G=49.17%
B=14.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174236700.2600.700.0782.4181.3760
HexAEEC461A046752513c
Octal256354106320106712212174
Binary10101110111011001000110110100100011011110100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEC46; }

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

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

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

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

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

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

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

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