#AEE15C

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

Shades of Conifer #AEE15C

Tints of Conifer #AEE15C

Color information

#AEE15C (or 0xAEE15C) is unknown color: approx Conifer. HEX triplet: AE, E1 and 5C. RGB value is (174,225,92). Sum of RGB (Red+Green+Blue) = 174+225+92=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE15C is #511EA3. Grayscale: #C3C3C3. Windows color (decimal): -5316260 or 6087086. OLE color: 6087086.

HSL color Cylindrical-coordinate representation of color #AEE15C: hue angle of 83.01º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEE15C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB17422592-
CMYK0.2300.590.12
HSL83.01º68.91%62.16%-
HSV(B)83.01º59.11%88.24%-
XYZ46.3163.6219.96-
YUV194.5970.1113.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=35.44%
G=45.82%
B=18.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174225920.2300.590.1283.0168.9162.16
HexAEE15C1703BC53453e
Octal256341134270731412310576
Binary10101110111000011011100101110111011110010100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE15C; }

 p { color: rgb(174,225,92); }

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

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

 a { background-color: rgb(174,225,92); }

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

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

 span { border-color: rgb(174,225,92); }

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