#ACED67

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

Shades of Conifer #ACED67

Tints of Conifer #ACED67

Color information

#ACED67 (or 0xACED67) is unknown color: approx Conifer. HEX triplet: AC, ED and 67. RGB value is (172,237,103). Sum of RGB (Red+Green+Blue) = 172+237+103=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED67 is #531298. Grayscale: #CACACA. Windows color (decimal): -5444249 or 6811052. OLE color: 6811052.

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

Color convert

RGB172237103-
CMYK0.2700.570.07
HSL89.1º78.82%66.67%-
HSV(B)89.1º56.54%92.94%-
XYZ49.7570.3223.78-
YUV202.2971.97106.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=33.59%
G=46.29%
B=20.12%

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
Decimal1722371030.2700.570.0789.178.8266.67
HexACED671B0397594f43
Octal254355147330717131117103
Binary10101100111011011100111110110111001111101100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED67; }

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

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

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

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

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

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

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

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