#AAED68

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

Shades of Conifer #AAED68

Tints of Conifer #AAED68

Color information

#AAED68 (or 0xAAED68) is unknown color: approx Conifer. HEX triplet: AA, ED and 68. RGB value is (170,237,104). Sum of RGB (Red+Green+Blue) = 170+237+104=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED68 is #551297. Grayscale: #CACACA. Windows color (decimal): -5575320 or 6876586. OLE color: 6876586.

HSL color Cylindrical-coordinate representation of color #AAED68: hue angle of 90.23º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAED68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB170237104-
CMYK0.2800.560.07
HSL90.23º78.7%66.86%-
HSV(B)90.23º56.12%92.94%-
XYZ49.3670.1124.03-
YUV201.872.8105.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 237 (92.97% from 255) = 46.38%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=33.27%
G=46.38%
B=20.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371040.2800.560.0790.2378.766.86
HexAAED681C03875a4f43
Octal252355150340707132117103
Binary10101010111011011101000111000111000111101101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED68; }

 p { color: rgb(170,237,104); }

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

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

 a { background-color: rgb(170,237,104); }

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

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

 span { border-color: rgb(170,237,104); }

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