#ACDC5D

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

Shades of Conifer #ACDC5D

Tints of Conifer #ACDC5D

Color information

#ACDC5D (or 0xACDC5D) is unknown color: approx Conifer. HEX triplet: AC, DC and 5D. RGB value is (172,220,93). Sum of RGB (Red+Green+Blue) = 172+220+93=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC5D is #5323A2. Grayscale: #BFBFBF. Windows color (decimal): -5448611 or 6151340. OLE color: 6151340.

HSL color Cylindrical-coordinate representation of color #ACDC5D: hue angle of 82.68º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACDC5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB17222093-
CMYK0.2200.580.14
HSL82.68º64.47%61.37%-
HSV(B)82.68º57.73%86.27%-
XYZ44.5860.7519.73-
YUV191.1772.6114.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=35.46%
G=45.36%
B=19.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172220930.2200.580.1482.6864.4761.37
HexACDC5D1603AE53403d
Octal254334135260721612310075
Binary10101100110111001011101101100111010111010100111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC5D; }

 p { color: rgb(172,220,93); }

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

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

 a { background-color: rgb(172,220,93); }

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

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

 span { border-color: rgb(172,220,93); }

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