#ACD746

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

Shades of Conifer #ACD746

Tints of Conifer #ACD746

Color information

#ACD746 (or 0xACD746) is unknown color: approx Conifer. HEX triplet: AC, D7 and 46. RGB value is (172,215,70). Sum of RGB (Red+Green+Blue) = 172+215+70=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD746 is #5328B9. Grayscale: #BABABA. Windows color (decimal): -5449914 or 4642732. OLE color: 4642732.

HSL color Cylindrical-coordinate representation of color #ACD746: hue angle of 77.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD746 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB17221570-
CMYK0.200.670.16
HSL77.79º64.44%55.88%-
HSV(B)77.79º67.44%84.31%-
XYZ42.4257.8114.72-
YUV185.6162.75118.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 70 (27.73% from 255) = 15.32%
R=37.64%
G=47.05%
B=15.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172215700.200.670.1677.7964.4455.88
HexACD74614043104e4038
Octal2543271062401032011610070
Binary1010110011010111100011010100010000111000010011101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD746; }

 p { color: rgb(172,215,70); }

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

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

 a { background-color: rgb(172,215,70); }

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

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

 span { border-color: rgb(172,215,70); }

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