#AEE15E

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

Shades of Conifer #AEE15E

Tints of Conifer #AEE15E

Color information

#AEE15E (or 0xAEE15E) is unknown color: approx Conifer. HEX triplet: AE, E1 and 5E. RGB value is (174,225,94). Sum of RGB (Red+Green+Blue) = 174+225+94=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE15E is #511EA1. Grayscale: #C3C3C3. Windows color (decimal): -5316258 or 6218158. OLE color: 6218158.

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

Color convert

RGB17422594-
CMYK0.2300.580.12
HSL83.36º68.59%62.55%-
HSV(B)83.36º58.22%88.24%-
XYZ46.463.6620.43-
YUV194.8271.1113.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=35.29%
G=45.64%
B=19.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174225940.2300.580.1283.3668.5962.55
HexAEE15E1703AC53453f
Octal256341136270721412310577
Binary10101110111000011011110101110111010110010100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE15E; }

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

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

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

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

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

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

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

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