#AEE769

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

Shades of Conifer #AEE769

Tints of Conifer #AEE769

Color information

#AEE769 (or 0xAEE769) is unknown color: approx Conifer. HEX triplet: AE, E7 and 69. RGB value is (174,231,105). Sum of RGB (Red+Green+Blue) = 174+231+105=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE769 is #511896. Grayscale: #C8C8C8. Windows color (decimal): -5314711 or 6940590. OLE color: 6940590.

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

Color convert

RGB174231105-
CMYK0.2500.550.09
HSL87.14º72.41%65.88%-
HSV(B)87.14º54.55%90.59%-
XYZ48.5867.1723.77-
YUV199.5974.62109.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 231 (90.62% from 255) = 45.29%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=34.12%
G=45.29%
B=20.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742311050.2500.550.0987.1472.4165.88
HexAEE769190379574842
Octal2563471513106711127110102
Binary101011101110011111010011100101101111001101011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE769; }

 p { color: rgb(174,231,105); }

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

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

 a { background-color: rgb(174,231,105); }

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

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

 span { border-color: rgb(174,231,105); }

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