#AED068

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

Shades of Conifer #AED068

Tints of Conifer #AED068

Color information

#AED068 (or 0xAED068) is unknown color: approx Conifer. HEX triplet: AE, D0 and 68. RGB value is (174,208,104). Sum of RGB (Red+Green+Blue) = 174+208+104=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #AED068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED068 is #512F97. Grayscale: #BABABA. Windows color (decimal): -5320600 or 6869166. OLE color: 6869166.

HSL color Cylindrical-coordinate representation of color #AED068: hue angle of 79.62º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED068 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB174208104-
CMYK0.1600.50.18
HSL79.62º52.53%61.18%-
HSV(B)79.62º50%81.57%-
XYZ42.5155.1121.49-
YUV185.9881.74119.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=35.80%
G=42.80%
B=21.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081040.1600.50.1879.6252.5361.18
HexAED068100321250353d
Octal25632015020062221206575
Binary10101110110100001101000100000110010100101010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED068; }

 p { color: rgb(174,208,104); }

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

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

 a { background-color: rgb(174,208,104); }

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

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

 span { border-color: rgb(174,208,104); }

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