#AEE94E

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

Shades of Conifer #AEE94E

Tints of Conifer #AEE94E

Color information

#AEE94E (or 0xAEE94E) is unknown color: approx Conifer. HEX triplet: AE, E9 and 4E. RGB value is (174,233,78). Sum of RGB (Red+Green+Blue) = 174+233+78=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE94E is #5116B1. Grayscale: #C6C6C6. Windows color (decimal): -5314226 or 5171630. OLE color: 5171630.

HSL color Cylindrical-coordinate representation of color #AEE94E: hue angle of 82.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE94E is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB17423378-
CMYK0.2500.670.09
HSL82.84º77.89%60.98%-
HSV(B)82.84º66.52%91.37%-
XYZ47.9767.8317.77-
YUV197.6960.45111.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 233 (91.41% from 255) = 48.04%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=35.88%
G=48.04%
B=16.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174233780.2500.670.0982.8477.8960.98
HexAEE94E190439534e3d
Octal2563511163101031112311675
Binary101011101110100110011101100101000011100110100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE94E; }

 p { color: rgb(174,233,78); }

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

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

 a { background-color: rgb(174,233,78); }

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

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

 span { border-color: rgb(174,233,78); }

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