#AEEB5D

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

Shades of Conifer #AEEB5D

Tints of Conifer #AEEB5D

Color information

#AEEB5D (or 0xAEEB5D) is unknown color: approx Conifer. HEX triplet: AE, EB and 5D. RGB value is (174,235,93). Sum of RGB (Red+Green+Blue) = 174+235+93=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEB5D is #5114A2. Grayscale: #C9C9C9. Windows color (decimal): -5313699 or 6155182. OLE color: 6155182.

HSL color Cylindrical-coordinate representation of color #AEEB5D: hue angle of 85.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEEB5D is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB17423593-
CMYK0.2600.600.08
HSL85.77º78.02%64.31%-
HSV(B)85.77º60.43%92.16%-
XYZ49.1469.2121.12-
YUV200.5767.29109.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 235 (92.19% from 255) = 46.81%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=34.66%
G=46.81%
B=18.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174235930.2600.600.0885.7778.0264.31
HexAEEB5D1A03C8564e40
Octal2563531353207410126116100
Binary101011101110101110111011101001111001000101011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEB5D; }

 p { color: rgb(174,235,93); }

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

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

 a { background-color: rgb(174,235,93); }

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

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

 span { border-color: rgb(174,235,93); }

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