#aeef5d

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

Shades of Conifer #AEEF5D

Tints of Conifer #AEEF5D

Color information

#AEEF5D (or 0xAEEF5D) is unknown color: approx Conifer. HEX triplet: AE, EF and 5D. RGB value is (174,239,93). Sum of RGB (Red+Green+Blue) = 174+239+93=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEF5D is #5110A2. Grayscale: #CBCBCB. Windows color (decimal): -5312675 or 6156206. OLE color: 6156206.

HSL color Cylindrical-coordinate representation of color #AEEF5D: hue angle of 86.71º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEEF5D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB17423993-
CMYK0.2700.610.06
HSL86.71º82.02%65.1%-
HSV(B)86.71º61.09%93.73%-
XYZ50.371.5221.51-
YUV202.9265.97107.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 239 (93.75% from 255) = 47.23%
BLUE value IS 93 (36.72% from 255) = 18.38%
R=34.39%
G=47.23%
B=18.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174239930.2700.610.0686.7182.0265.1
HexAEEF5D1B03D6575241
Octal256357135330756127122101
Binary10101110111011111011101110110111101110101011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeef5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeef5d; }

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

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

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

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

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

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

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

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