#ACED66

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

Shades of Conifer #ACED66

Tints of Conifer #ACED66

Color information

#ACED66 (or 0xACED66) is unknown color: approx Conifer. HEX triplet: AC, ED and 66. RGB value is (172,237,102). Sum of RGB (Red+Green+Blue) = 172+237+102=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED66 is #531299. Grayscale: #CACACA. Windows color (decimal): -5444250 or 6745516. OLE color: 6745516.

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

Color convert

RGB172237102-
CMYK0.2700.570.07
HSL88.89º78.95%66.47%-
HSV(B)88.89º56.96%92.94%-
XYZ49.770.323.52-
YUV202.1871.47106.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 46.38%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=33.66%
G=46.38%
B=19.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371020.2700.570.0788.8978.9566.47
HexACED661B0397594f42
Octal254355146330717131117102
Binary10101100111011011100110110110111001111101100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED66; }

 p { color: rgb(172,237,102); }

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

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

 a { background-color: rgb(172,237,102); }

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

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

 span { border-color: rgb(172,237,102); }

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