#aef166

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

Shades of Conifer #AEF166

Tints of Conifer #AEF166

Color information

#AEF166 (or 0xAEF166) is unknown color: approx Conifer. HEX triplet: AE, F1 and 66. RGB value is (174,241,102). Sum of RGB (Red+Green+Blue) = 174+241+102=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF166 is #510E99. Grayscale: #CDCDCD. Windows color (decimal): -5312154 or 6746542. OLE color: 6746542.

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

Color convert

RGB174241102-
CMYK0.2800.580.05
HSL88.92º83.23%67.25%-
HSV(B)88.92º57.68%94.51%-
XYZ51.3172.8723.93-
YUV205.1269.8105.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=33.66%
G=46.62%
B=19.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411020.2800.580.0588.9283.2367.25
HexAEF1661C03A5595343
Octal256361146340725131123103
Binary10101110111100011100110111000111010101101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aef166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aef166; }

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

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

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

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

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

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

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

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