#AEF14D

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

Shades of Conifer #AEF14D

Tints of Conifer #AEF14D

Color information

#AEF14D (or 0xAEF14D) is unknown color: approx Conifer. HEX triplet: AE, F1 and 4D. RGB value is (174,241,77). Sum of RGB (Red+Green+Blue) = 174+241+77=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF14D is #510EB2. Grayscale: #CACACA. Windows color (decimal): -5312179 or 5108142. OLE color: 5108142.

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

Color convert

RGB17424177-
CMYK0.2800.680.05
HSL84.51º85.42%62.35%-
HSV(B)84.51º68.05%94.51%-
XYZ50.2572.4518.36-
YUV202.2757.3107.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=35.37%
G=48.98%
B=15.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174241770.2800.680.0584.5185.4262.35
HexAEF14D1C044555553e
Octal256361115340104512512576
Binary10101110111100011001101111000100010010110101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF14D; }

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

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

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

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

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

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

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

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