#AEF15E

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

Shades of Conifer #AEF15E

Tints of Conifer #AEF15E

Color information

#AEF15E (or 0xAEF15E) is unknown color: approx Conifer. HEX triplet: AE, F1 and 5E. RGB value is (174,241,94). Sum of RGB (Red+Green+Blue) = 174+241+94=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF15E is #510EA1. Grayscale: #CCCCCC. Windows color (decimal): -5312162 or 6222254. OLE color: 6222254.

HSL color Cylindrical-coordinate representation of color #AEF15E: hue angle of 87.35º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEF15E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17424194-
CMYK0.2800.610.05
HSL87.35º84%65.69%-
HSV(B)87.35º61%94.51%-
XYZ50.9372.7221.94-
YUV204.2165.8106.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=34.18%
G=47.35%
B=18.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174241940.2800.610.0587.358465.69
HexAEF15E1C03D5575442
Octal256361136340755127124102
Binary10101110111100011011110111000111101101101011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF15E; }

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

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

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

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

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

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

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

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