#ACED69

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

Shades of Conifer #ACED69

Tints of Conifer #ACED69

Color information

#ACED69 (or 0xACED69) is unknown color: approx Conifer. HEX triplet: AC, ED and 69. RGB value is (172,237,105). Sum of RGB (Red+Green+Blue) = 172+237+105=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED69 is #531296. Grayscale: #CACACA. Windows color (decimal): -5444247 or 6942124. OLE color: 6942124.

HSL color Cylindrical-coordinate representation of color #ACED69: hue angle of 89.55º 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 #ACED69 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB172237105-
CMYK0.2700.560.07
HSL89.55º78.57%67.06%-
HSV(B)89.55º55.7%92.94%-
XYZ49.8570.3624.32-
YUV202.5272.97106.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 237 (92.97% from 255) = 46.11%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=33.46%
G=46.11%
B=20.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371050.2700.560.0789.5578.5767.06
HexACED691B03875a4f43
Octal254355151330707132117103
Binary10101100111011011101001110110111000111101101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED69; }

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

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

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

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

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

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

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

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