#AEF15B

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

Shades of Conifer #AEF15B

Tints of Conifer #AEF15B

Color information

#AEF15B (or 0xAEF15B) is unknown color: approx Conifer. HEX triplet: AE, F1 and 5B. RGB value is (174,241,91). Sum of RGB (Red+Green+Blue) = 174+241+91=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF15B is #510EA4. Grayscale: #CCCCCC. Windows color (decimal): -5312165 or 6025646. OLE color: 6025646.

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

Color convert

RGB17424191-
CMYK0.2800.620.05
HSL86.8º84.27%65.1%-
HSV(B)86.8º62.24%94.51%-
XYZ50.872.6621.25-
YUV203.8764.3106.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 91 (35.94% from 255) = 17.98%
R=34.39%
G=47.63%
B=17.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174241910.2800.620.0586.884.2765.1
HexAEF15B1C03E5575441
Octal256361133340765127124101
Binary10101110111100011011011111000111110101101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF15B; }

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

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

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

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

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

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

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

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